summaryrefslogtreecommitdiffstats
path: root/kcontrol/xinerama/kcmxinerama.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
commitcc74f360bb40da3d79f58048f8e8611804980aa6 (patch)
treec4385d2c16b904757b1c8bb998a4aec6993373f7 /kcontrol/xinerama/kcmxinerama.h
parent79b21d47bce1ee428affc97534cd8b257232a871 (diff)
downloadtdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz
tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kcontrol/xinerama/kcmxinerama.h')
-rw-r--r--kcontrol/xinerama/kcmxinerama.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/xinerama/kcmxinerama.h b/kcontrol/xinerama/kcmxinerama.h
index 130fae78e..707bba28c 100644
--- a/kcontrol/xinerama/kcmxinerama.h
+++ b/kcontrol/xinerama/kcmxinerama.h
@@ -27,10 +27,10 @@
#include "xineramawidget.h"
-class KConfig;
+class TDEConfig;
class TQWidget;
-class KCMXinerama : public KCModule {
+class KCMXinerama : public TDECModule {
Q_OBJECT
public:
KCMXinerama(TQWidget *parent = 0L, const char *name = 0L);
@@ -49,7 +49,7 @@ public slots:
private:
TQWidget* indicator(int dpy);
- KConfig *config, *ksplashrc;
+ TDEConfig *config, *ksplashrc;
XineramaWidget *xw;
TQTimer _timer;
TQPtrList<TQWidget> _indicators;