diff options
Diffstat (limited to 'kcontrol/tdm/background.h')
-rw-r--r-- | kcontrol/tdm/background.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/tdm/background.h b/kcontrol/tdm/background.h index d88629c35..a15377784 100644 --- a/kcontrol/tdm/background.h +++ b/kcontrol/tdm/background.h @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * This file is part of the KDE project, module kcmdisplay. * Copyright (C) 1999 Geert Jansen <g.t.jansen@stud.tue.nl> @@ -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; }; |