summaryrefslogtreecommitdiffstats
path: root/sip/kio
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:42 -0600
commit2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch)
tree5a4362124ff46786fce835d2f1e7d583c92a5670 /sip/kio
parentbe6cfa4b990910e65e8d2f4f212eba3f7da6ee72 (diff)
downloadpytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.tar.gz
pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'sip/kio')
-rw-r--r--sip/kio/kdatatool.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kio/kdatatool.sip b/sip/kio/kdatatool.sip
index 46071ce..bbb0b0d 100644
--- a/sip/kio/kdatatool.sip
+++ b/sip/kio/kdatatool.sip
@@ -52,7 +52,7 @@ public:
}; // class KDataToolInfo
-class KDataToolAction : KAction
+class KDataToolAction : TDEAction
{
%TypeHeaderCode
#include <kdatatool.h>
@@ -61,7 +61,7 @@ class KDataToolAction : KAction
public:
KDataToolAction (const TQString&, const KDataToolInfo&, const TQString&, TQObject* /TransferThis/ = 0, const char* = 0);
- static TQPtrList<KAction> dataToolActionList (const TQValueList<KDataToolInfo>&, const TQObject*, const char*);
+ static TQPtrList<TDEAction> dataToolActionList (const TQValueList<KDataToolInfo>&, const TQObject*, const char*);
signals:
void toolActivated (const KDataToolInfo&, const TQString&);