From 352b2ef6c06332062d35211d7f49942315d2f36a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:18:41 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- sip/kfile/kfiledialog.sip | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sip/kfile/kfiledialog.sip') diff --git a/sip/kfile/kfiledialog.sip b/sip/kfile/kfiledialog.sip index 946deb1..9b68e13 100644 --- a/sip/kfile/kfiledialog.sip +++ b/sip/kfile/kfiledialog.sip @@ -134,10 +134,10 @@ protected: virtual void initGUI (); void multiSelectionChanged (); - virtual void readConfig (KConfig*, const TQString& = TQString ::null ); - virtual void writeConfig (KConfig*, const TQString& = TQString ::null ); - virtual void readRecentFiles (KConfig*); - virtual void saveRecentFiles (KConfig*); + virtual void readConfig (TDEConfig*, const TQString& = TQString ::null ); + virtual void writeConfig (TDEConfig*, const TQString& = TQString ::null ); + virtual void readRecentFiles (TDEConfig*); + virtual void saveRecentFiles (TDEConfig*); KURL::List tokenize (const TQString&) const; %If ( KDE_3_2_0 - ) @@ -158,7 +158,7 @@ protected slots: void slotFilterChanged (); void fileHighlighted (const KFileItem*); void fileSelected (const KFileItem*); - void slotStatResult (KIO::Job*); + void slotStatResult (TDEIO::Job*); void slotLoadingFinished (); void fileCompletion (const TQString&); -- cgit v1.2.1