diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /twin/kcmtwin/twinoptions/mouse.h | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'twin/kcmtwin/twinoptions/mouse.h')
-rw-r--r-- | twin/kcmtwin/twinoptions/mouse.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/twin/kcmtwin/twinoptions/mouse.h b/twin/kcmtwin/twinoptions/mouse.h index 49591e5d8..70ff2bfca 100644 --- a/twin/kcmtwin/twinoptions/mouse.h +++ b/twin/kcmtwin/twinoptions/mouse.h @@ -22,7 +22,7 @@ #ifndef __KKWMMOUSECONFIG_H__ #define __KKWMMOUSECONFIG_H__ -class KConfig; +class TDEConfig; #include <tqwidget.h> #include <kcmodule.h> @@ -48,13 +48,13 @@ protected: -class KTitleBarActionsConfig : public KCModule +class KTitleBarActionsConfig : public TDECModule { Q_OBJECT public: - KTitleBarActionsConfig( bool _standAlone, KConfig *_config, TQWidget *parent=0, const char* name=0 ); + KTitleBarActionsConfig( bool _standAlone, TDEConfig *_config, TQWidget *parent=0, const char* name=0 ); ~KTitleBarActionsConfig( ); void load(); @@ -62,7 +62,7 @@ public: void defaults(); public slots: - void changed() { emit KCModule::changed(true); } + void changed() { emit TDECModule::changed(true); } private: TQComboBox* coTiDbl; @@ -77,7 +77,7 @@ private: ToolTipComboBox * coMax[3]; - KConfig *config; + TDEConfig *config; bool standAlone; const char* functionTiDbl(int); @@ -94,13 +94,13 @@ private slots: }; -class KWindowActionsConfig : public KCModule +class KWindowActionsConfig : public TDECModule { Q_OBJECT public: - KWindowActionsConfig( bool _standAlone, KConfig *_config, TQWidget *parent=0, const char* name=0 ); + KWindowActionsConfig( bool _standAlone, TDEConfig *_config, TQWidget *parent=0, const char* name=0 ); ~KWindowActionsConfig( ); void load(); @@ -108,7 +108,7 @@ public: void defaults(); public slots: - void changed() { emit KCModule::changed(true); } + void changed() { emit TDECModule::changed(true); } private: TQComboBox* coWin1; @@ -121,7 +121,7 @@ private: TQComboBox* coAll3; TQComboBox* coAllW; - KConfig *config; + TDEConfig *config; bool standAlone; const char* functionWin(int); |