summaryrefslogtreecommitdiffstats
path: root/sip/tdefile
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdefile')
-rw-r--r--sip/tdefile/kcombiview.sip2
-rw-r--r--sip/tdefile/kdiroperator.sip4
-rw-r--r--sip/tdefile/knotifydialog.sip2
-rw-r--r--sip/tdefile/knotifywidgetbase.sip2
-rw-r--r--sip/tdefile/kopenwith.sip4
-rw-r--r--sip/tdefile/krecentdirs.sip4
-rw-r--r--sip/tdefile/krecentdocument.sip4
-rw-r--r--sip/tdefile/kurlbar.sip2
-rw-r--r--sip/tdefile/tdefiledetailview.sip4
-rw-r--r--sip/tdefile/tdefiledialog.sip4
-rw-r--r--sip/tdefile/tdefilepreview.sip2
-rw-r--r--sip/tdefile/tdefiletreeview.sip2
-rw-r--r--sip/tdefile/tdefiletreeviewitem.sip2
-rw-r--r--sip/tdefile/tdefileview.sip2
14 files changed, 20 insertions, 20 deletions
diff --git a/sip/tdefile/kcombiview.sip b/sip/tdefile/kcombiview.sip
index e78209d..ab0f8a0 100644
--- a/sip/tdefile/kcombiview.sip
+++ b/sip/tdefile/kcombiview.sip
@@ -63,7 +63,7 @@ public:
void ensureItemVisible (const KFileItem*);
%If ( KDE_3_1_0 - )
- virtual KActionCollection* actionCollection () const;
+ virtual TDEActionCollection* actionCollection () const;
%If ( KDE_3_2_0 - )
virtual void setAcceptDrops (bool);
diff --git a/sip/tdefile/kdiroperator.sip b/sip/tdefile/kdiroperator.sip
index 4fa74b2..e306b8c 100644
--- a/sip/tdefile/kdiroperator.sip
+++ b/sip/tdefile/kdiroperator.sip
@@ -85,7 +85,7 @@ public:
int numFiles () const;
KCompletion* completionObject () const;
KCompletion* dirCompletionObject () const;
- KActionCollection* actionCollection () const;
+ TDEActionCollection* actionCollection () const;
%If ( KDE_3_1_0 - )
void setViewConfig (TDEConfig*, const TQString&);
@@ -155,7 +155,7 @@ public slots:
TQString makeDirCompletion (const TQString&);
%If ( KDE_3_4_0 - )
- void trashSelected (KAction::ActivationReason, TQt::ButtonState);
+ void trashSelected (TDEAction::ActivationReason, TQt::ButtonState);
%End
diff --git a/sip/tdefile/knotifydialog.sip b/sip/tdefile/knotifydialog.sip
index 4f20a13..eabcd84 100644
--- a/sip/tdefile/knotifydialog.sip
+++ b/sip/tdefile/knotifydialog.sip
@@ -152,7 +152,7 @@ class KNotifyWidget : KNotifyWidgetBase
public:
KNotifyWidget (TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0);
- KListView* eventsView ();
+ TDEListView* eventsView ();
void addVisibleApp (KNotify::Application*);
KNotify::Application* addApplicationEvents (const TQString&);
void resetDefaults (bool);
diff --git a/sip/tdefile/knotifywidgetbase.sip b/sip/tdefile/knotifywidgetbase.sip
index d5ec44d..505c7fa 100644
--- a/sip/tdefile/knotifywidgetbase.sip
+++ b/sip/tdefile/knotifywidgetbase.sip
@@ -35,7 +35,7 @@ class KNotifyWidgetBase : TQWidget
public:
KNotifyWidgetBase (TQWidget*/TransferThis/ = 0, const char* = 0, WFlags = 0);
- KListView* m_listview;
+ TDEListView* m_listview;
TQGroupBox* m_actionsBox;
KURLRequester* m_logfilePath;
KURLRequester* m_soundPath;
diff --git a/sip/tdefile/kopenwith.sip b/sip/tdefile/kopenwith.sip
index a85e671..80618f2 100644
--- a/sip/tdefile/kopenwith.sip
+++ b/sip/tdefile/kopenwith.sip
@@ -101,7 +101,7 @@ protected:
void init (const TQPixmap&, bool, bool, TQString, TQString);
public:
- KAppTreeListItem (KListView* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString);
+ KAppTreeListItem (TDEListView* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString);
KAppTreeListItem (TQListViewItem* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString);
bool isDirectory ();
@@ -116,7 +116,7 @@ protected:
%If ( - KDE_3_1_0 )
-class TDEApplicationTree : KListView
+class TDEApplicationTree : TDEListView
{
%TypeHeaderCode
#include <kopenwith.h>
diff --git a/sip/tdefile/krecentdirs.sip b/sip/tdefile/krecentdirs.sip
index ef79698..3022abd 100644
--- a/sip/tdefile/krecentdirs.sip
+++ b/sip/tdefile/krecentdirs.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KRecentDirs
+class TDERecentDirs
{
%TypeHeaderCode
#include <krecentdirs.h>
@@ -36,5 +36,5 @@ public:
static TQString dir (const TQString&);
static void add (const TQString&, const TQString&);
-}; // class KRecentDirs
+}; // class TDERecentDirs
diff --git a/sip/tdefile/krecentdocument.sip b/sip/tdefile/krecentdocument.sip
index c81a337..b8d1169 100644
--- a/sip/tdefile/krecentdocument.sip
+++ b/sip/tdefile/krecentdocument.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KRecentDocument
+class TDERecentDocument
{
%TypeHeaderCode
#include <krecentdocument.h>
@@ -40,5 +40,5 @@ public:
static int maximumItems ();
static TQString recentDocumentDirectory ();
-}; // class KRecentDocument
+}; // class TDERecentDocument
diff --git a/sip/tdefile/kurlbar.sip b/sip/tdefile/kurlbar.sip
index cbfc1c4..253a07b 100644
--- a/sip/tdefile/kurlbar.sip
+++ b/sip/tdefile/kurlbar.sip
@@ -148,7 +148,7 @@ protected:
}; // class KURLBar
-class KURLBarListBox : KListBox
+class KURLBarListBox : TDEListBox
{
%TypeHeaderCode
#include <kurlbar.h>
diff --git a/sip/tdefile/tdefiledetailview.sip b/sip/tdefile/tdefiledetailview.sip
index a75da9d..8453f86 100644
--- a/sip/tdefile/tdefiledetailview.sip
+++ b/sip/tdefile/tdefiledetailview.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KFileListViewItem : KListViewItem
+class KFileListViewItem : TDEListViewItem
{
%TypeHeaderCode
#include <tdefiledetailview.h>
@@ -52,7 +52,7 @@ public:
}; // class KFileListViewItem
-class KFileDetailView : KListView, KFileView
+class KFileDetailView : TDEListView, KFileView
{
%TypeHeaderCode
#include <tdefiledetailview.h>
diff --git a/sip/tdefile/tdefiledialog.sip b/sip/tdefile/tdefiledialog.sip
index c7142ee..c92585f 100644
--- a/sip/tdefile/tdefiledialog.sip
+++ b/sip/tdefile/tdefiledialog.sip
@@ -94,7 +94,7 @@ public:
void setMode (uint);
KFile::Mode mode () const;
void setLocationLabel (const TQString&);
- KToolBar* toolBar () const;
+ TDEToolBar* toolBar () const;
KPushButton* okButton () const;
KPushButton* cancelButton () const;
@@ -102,7 +102,7 @@ public:
KURLBar* speedBar ();
%End
- KActionCollection* actionCollection () const;
+ TDEActionCollection* actionCollection () const;
%If ( KDE_3_1_0 - )
int pathComboIndex ();
diff --git a/sip/tdefile/tdefilepreview.sip b/sip/tdefile/tdefilepreview.sip
index d9301df..a77ea26 100644
--- a/sip/tdefile/tdefilepreview.sip
+++ b/sip/tdefile/tdefilepreview.sip
@@ -62,7 +62,7 @@ public:
virtual void writeConfig (TDEConfig*, const TQString& = TQString ::null );
%End
- virtual KActionCollection* actionCollection () const;
+ virtual TDEActionCollection* actionCollection () const;
void ensureItemVisible (const KFileItem*);
void setPreviewWidget (const TQWidget*, const KURL&);
diff --git a/sip/tdefile/tdefiletreeview.sip b/sip/tdefile/tdefiletreeview.sip
index 50296f5..80fceca 100644
--- a/sip/tdefile/tdefiletreeview.sip
+++ b/sip/tdefile/tdefiletreeview.sip
@@ -40,7 +40,7 @@ protected:
}; // class KFileTreeViewToolTip
-class KFileTreeView : KListView
+class KFileTreeView : TDEListView
{
%TypeHeaderCode
#include <tdefiletreeview.h>
diff --git a/sip/tdefile/tdefiletreeviewitem.sip b/sip/tdefile/tdefiletreeviewitem.sip
index ed330b2..7a2c7c1 100644
--- a/sip/tdefile/tdefiletreeviewitem.sip
+++ b/sip/tdefile/tdefiletreeviewitem.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KFileTreeViewItem : KListViewItem
+class KFileTreeViewItem : TDEListViewItem
{
%TypeHeaderCode
#include <tdefiletreeviewitem.h>
diff --git a/sip/tdefile/tdefileview.sip b/sip/tdefile/tdefileview.sip
index 43b935f..a0feaf8 100644
--- a/sip/tdefile/tdefileview.sip
+++ b/sip/tdefile/tdefileview.sip
@@ -115,7 +115,7 @@ public:
void setOnlyDoubleClickSelectsFiles (bool);
bool onlyDoubleClickSelectsFiles () const;
bool updateNumbers (const KFileItem*);
- virtual KActionCollection* actionCollection () const;
+ virtual TDEActionCollection* actionCollection () const;
KFileViewSignaler* signaler () const;
virtual void readConfig (TDEConfig*, const TQString& = TQString ::null );
virtual void writeConfig (TDEConfig*, const TQString& = TQString ::null );