diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/kfile/kfileview.sip | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/kfile/kfileview.sip')
-rw-r--r-- | sip/kfile/kfileview.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kfile/kfileview.sip b/sip/kfile/kfileview.sip index f0f0979..b29fe7e 100644 --- a/sip/kfile/kfileview.sip +++ b/sip/kfile/kfileview.sip @@ -117,8 +117,8 @@ public: bool updateNumbers (const KFileItem*); virtual KActionCollection* actionCollection () const; KFileViewSignaler* signaler () const; - 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 ); %If ( KDE_3_2_0 - ) @@ -132,7 +132,7 @@ public: %End static TQString sortingKey (const TQString&, bool, int); - static TQString sortingKey (KIO::filesize_t, bool, int); + static TQString sortingKey (TDEIO::filesize_t, bool, int); %If ( KDE_3_2_0 - ) static int autoOpenDelay (); |