diff options
Diffstat (limited to 'sip/kfile/kdiroperator.sip')
-rw-r--r-- | sip/kfile/kdiroperator.sip | 14 |
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 |