diff options
Diffstat (limited to 'kfilereplace/koptionsdlg.h')
-rw-r--r-- | kfilereplace/koptionsdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfilereplace/koptionsdlg.h b/kfilereplace/koptionsdlg.h index 0ffd3da8..a9e8e620 100644 --- a/kfilereplace/koptionsdlg.h +++ b/kfilereplace/koptionsdlg.h @@ -20,7 +20,7 @@ #define KOPTIONSDLG_H // KDE -class KConfig; +class TDEConfig; //local #include "configurationclasses.h" @@ -40,7 +40,7 @@ class KOptionsDlg : public KOptionsDlgS private: RCOptions* m_option; - KConfig *m_config; + TDEConfig *m_config; private slots: void slotOK(); |