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/ktoolbar.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/ktoolbar.sip')
-rw-r--r-- | sip/tdeui/ktoolbar.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdeui/ktoolbar.sip b/sip/tdeui/ktoolbar.sip index 6bd7d34..5df7a7b 100644 --- a/sip/tdeui/ktoolbar.sip +++ b/sip/tdeui/ktoolbar.sip @@ -180,13 +180,13 @@ public: void setFlat (bool); int count (); void saveState (); - void saveSettings (KConfig*, const TQString&); + void saveSettings (TDEConfig*, const TQString&); %If ( KDE_3_3_0 - ) - void applySettings (KConfig*, const TQString&, bool); + void applySettings (TDEConfig*, const TQString&, bool); %End - void applySettings (KConfig*, const TQString&); + void applySettings (TDEConfig*, const TQString&); void setXMLGUIClient (KXMLGUIClient*); void setText (const TQString&); TQString text () const; @@ -237,7 +237,7 @@ protected: void showEvent (TQShowEvent*); void resizeEvent (TQResizeEvent*); bool event (TQEvent*); - void applyAppearanceSettings (KConfig*, const TQString&, bool = 0); + void applyAppearanceSettings (TDEConfig*, const TQString&, bool = 0); TQString settingsGroup () const; protected: |