summaryrefslogtreecommitdiffstats
path: root/sip/kfile/kdiroperator.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:18:41 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:18:41 -0600
commit352b2ef6c06332062d35211d7f49942315d2f36a (patch)
tree842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/kfile/kdiroperator.sip
parent8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff)
downloadpytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz
pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/kfile/kdiroperator.sip')
-rw-r--r--sip/kfile/kdiroperator.sip14
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/kfile/kdiroperator.sip b/sip/kfile/kdiroperator.sip
index 4f1693c..31ac0e2 100644
--- a/sip/kfile/kdiroperator.sip
+++ b/sip/kfile/kdiroperator.sip
@@ -88,20 +88,20 @@ public:
KActionCollection* actionCollection () const;
%If ( KDE_3_1_0 - )
- void setViewConfig (KConfig*, const TQString&);
- KConfig* viewConfig ();
+ void setViewConfig (TDEConfig*, const TQString&);
+ TDEConfig* viewConfig ();
TQString viewConfigGroup () const;
%End
- virtual void readConfig (KConfig*, const TQString& = TQString ::null );
- virtual void writeConfig (KConfig*, const TQString& = TQString ::null );
+ virtual void readConfig (TDEConfig*, const TQString& = TQString ::null );
+ virtual void writeConfig (TDEConfig*, const TQString& = TQString ::null );
void setOnlyDoubleClickSelectsFiles (bool);
bool onlyDoubleClickSelectsFiles () const;
bool mkdir (const TQString&, bool = 1);
- KIO::DeleteJob* del (const KFileItemList&, bool = 1, bool = 1) /PyName=del_/;
+ TDEIO::DeleteJob* del (const KFileItemList&, bool = 1, bool = 1) /PyName=del_/;
%If ( KDE_3_0_3 - )
- KIO::DeleteJob* del (const KFileItemList&, TQWidget* /Transfer/, bool = 1, bool = 1) /PyName=del_/;
+ TDEIO::DeleteJob* del (const KFileItemList&, TQWidget* /Transfer/, bool = 1, bool = 1) /PyName=del_/;
%End
void clearHistory ();
@@ -118,7 +118,7 @@ public:
void setDropOptions (int);
%If ( KDE_3_4_0 - )
- KIO::CopyJob* trash (const KFileItemList&, TQWidget* /Transfer/, bool = 1, bool = 1);
+ TDEIO::CopyJob* trash (const KFileItemList&, TQWidget* /Transfer/, bool = 1, bool = 1);
%End
%End