summaryrefslogtreecommitdiffstats
path: root/sip/kfile/kopenwith.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kfile/kopenwith.sip')
-rw-r--r--sip/kfile/kopenwith.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kfile/kopenwith.sip b/sip/kfile/kopenwith.sip
index 4d83a21..840186d 100644
--- a/sip/kfile/kopenwith.sip
+++ b/sip/kfile/kopenwith.sip
@@ -116,7 +116,7 @@ protected:
%If ( - KDE_3_1_0 )
-class KApplicationTree : KListView
+class TDEApplicationTree : KListView
{
%TypeHeaderCode
#include <kopenwith.h>
@@ -124,7 +124,7 @@ class KApplicationTree : KListView
public:
- KApplicationTree (TQWidget* /TransferThis/);
+ TDEApplicationTree (TQWidget* /TransferThis/);
void addDesktopGroup (TQString, KAppTreeListItem* = 0);
KAppTreeListItem* it;
bool isDirSel ();
@@ -140,7 +140,7 @@ signals:
void selected (const TQString&, const TQString&);
void highlighted (const TQString&, const TQString&);
-}; // class KApplicationTree
+}; // class TDEApplicationTree
%End