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/kthemebase.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/kthemebase.sip')
-rw-r--r-- | sip/tdeui/kthemebase.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdeui/kthemebase.sip b/sip/tdeui/kthemebase.sip index 0a1db3f..9fc652c 100644 --- a/sip/tdeui/kthemebase.sip +++ b/sip/tdeui/kthemebase.sip @@ -239,7 +239,7 @@ protected: TQColor* gradientHigh (KThemeBase::WidgetType) const; TQColor* gradientLow (KThemeBase::WidgetType) const; void readConfig (TQt::GUIStyle = TQt::WindowsStyle); -//ig void readWidgetConfig (int, KConfig*, TQString*, TQString*, bool*); +//ig void readWidgetConfig (int, TDEConfig*, TQString*, TQString*, bool*); void copyWidgetConfig (int, int, TQString*, TQString*); TQColorGroup* makeColorGroup (TQColor&, TQColor&, TQt::GUIStyle = TQt::WindowsStyle); KThemePixmap* scale (int, int, KThemeBase::WidgetType); @@ -247,8 +247,8 @@ protected: KThemePixmap* gradient (int, int, KThemeBase::WidgetType); KThemePixmap* blend (KThemeBase::WidgetType); void generateBorderPix (int); - void applyResourceGroup (KConfig*, int); - void applyMiscResourceGroup (KConfig*); + void applyResourceGroup (TDEConfig*, int); + void applyMiscResourceGroup (TDEConfig*); void readResourceGroup (int, TQString*, TQString*, bool*); void readMiscResourceGroup (); KThemePixmap* loadPixmap (TQString&); |