diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/tdeui/kmainwindow.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/tdeui/kmainwindow.sip')
-rw-r--r-- | sip/tdeui/kmainwindow.sip | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sip/tdeui/kmainwindow.sip b/sip/tdeui/kmainwindow.sip index 9f48a75..89567ff 100644 --- a/sip/tdeui/kmainwindow.sip +++ b/sip/tdeui/kmainwindow.sip @@ -84,13 +84,13 @@ public: TQString autoSaveGroup () const; %If ( KDE_3_3_0 - ) - void applyMainWindowSettings (KConfig*, const TQString&, bool); + void applyMainWindowSettings (TDEConfig*, const TQString&, bool); %End %End - void applyMainWindowSettings (KConfig*, const TQString& = TQString ::null ); - void saveMainWindowSettings (KConfig*, const TQString& = TQString ::null ); + void applyMainWindowSettings (TDEConfig*, const TQString& = TQString ::null ); + void saveMainWindowSettings (TDEConfig*, const TQString& = TQString ::null ); %If ( KDE_3_1_0 - ) void setStandardToolBarMenuEnabled (bool); @@ -168,16 +168,16 @@ protected: virtual void closeEvent (TQCloseEvent*); virtual bool queryExit (); virtual bool queryClose (); - virtual void saveProperties (KConfig*); - virtual void readProperties (KConfig*); - virtual void saveGlobalProperties (KConfig*); - virtual void readGlobalProperties (KConfig*); - void savePropertiesInternal (KConfig*, int); - bool readPropertiesInternal (KConfig*, int); + virtual void saveProperties (TDEConfig*); + virtual void readProperties (TDEConfig*); + virtual void saveGlobalProperties (TDEConfig*); + virtual void readGlobalProperties (TDEConfig*); + void savePropertiesInternal (TDEConfig*, int); + bool readPropertiesInternal (TDEConfig*, int); bool settingsDirty () const; TQString settingsGroup () const; - void saveWindowSize (KConfig*) const; - void restoreWindowSize (KConfig*); + void saveWindowSize (TDEConfig*) const; + void restoreWindowSize (TDEConfig*); void parseGeometry (bool); protected slots: |