diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /kcontrol/input/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 'kcontrol/input/mouse.h')
-rw-r--r-- | kcontrol/input/mouse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/input/mouse.h b/kcontrol/input/mouse.h index bee04d5ea..809ac4817 100644 --- a/kcontrol/input/mouse.h +++ b/kcontrol/input/mouse.h @@ -62,8 +62,8 @@ class TQTabWidget; class MouseSettings { public: - void save(KConfig *); - void load(KConfig *); + void save(TDEConfig *); + void load(TDEConfig *); void apply(bool force=false); public: int num_buttons; @@ -89,7 +89,7 @@ public: #endif }; -class MouseConfig : public KCModule +class MouseConfig : public TDECModule { Q_OBJECT public: |