summaryrefslogtreecommitdiffstats
path: root/kcontrol/tdm/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/tdm/background.h')
-rw-r--r--kcontrol/tdm/background.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/tdm/background.h b/kcontrol/tdm/background.h
index ad708d485..a15377784 100644
--- a/kcontrol/tdm/background.h
+++ b/kcontrol/tdm/background.h
@@ -14,7 +14,7 @@
#include <tqwidget.h>
-class KSimpleConfig;
+class TDESimpleConfig;
class BGDialog;
class TDEGlobalBackgroundSettings;
class TQCheckBox;
@@ -22,7 +22,7 @@ class TQLabel;
class KBackground: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KBackground(TQWidget *parent=0, const char *name=0);
~KBackground();
@@ -42,7 +42,7 @@ private:
TQCheckBox *m_pCBEnable;
TQLabel *m_pMLabel;
- KSimpleConfig *m_simpleConf;
+ TDESimpleConfig *m_simpleConf;
BGDialog *m_background;
};