diff options
Diffstat (limited to 'kcontrol/tdm/background.h')
-rw-r--r-- | kcontrol/tdm/background.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/tdm/background.h b/kcontrol/tdm/background.h index 74f1b09ec..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; @@ -42,7 +42,7 @@ private: TQCheckBox *m_pCBEnable; TQLabel *m_pMLabel; - KSimpleConfig *m_simpleConf; + TDESimpleConfig *m_simpleConf; BGDialog *m_background; }; |