From 159f7e147ac33c924b3ce9050c8f03cbc54916ee Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:29:42 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- twin-styles/icewm/config/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'twin-styles/icewm/config/config.h') diff --git a/twin-styles/icewm/config/config.h b/twin-styles/icewm/config/config.h index d8865971..89f98e0d 100644 --- a/twin-styles/icewm/config/config.h +++ b/twin-styles/icewm/config/config.h @@ -43,7 +43,7 @@ class IceWMConfig: public TQObject public: - IceWMConfig( KConfig* conf, TQWidget* parent ); + IceWMConfig( TDEConfig* conf, TQWidget* parent ); ~IceWMConfig(); // These public signals/slots work similar to KCM modules @@ -51,8 +51,8 @@ class IceWMConfig: public TQObject void changed(); public slots: - void load( KConfig* conf ); - void save( KConfig* conf ); + void load( TDEConfig* conf ); + void save( TDEConfig* conf ); void defaults(); protected slots: @@ -61,7 +61,7 @@ class IceWMConfig: public TQObject void findIceWMThemes(); private: - KConfig* icewmConfig; + TDEConfig* icewmConfig; TQCheckBox* cbThemeTitleTextColors; TQCheckBox* cbTitleBarOnTop; TQCheckBox* cbShowMenuButtonIcon; -- cgit v1.2.1