diff options
Diffstat (limited to 'kttsd/kcmkttsmgr/kcmkttsmgr.h')
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.h b/kttsd/kcmkttsmgr/kcmkttsmgr.h index be03565..57312be 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.h +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.h @@ -41,7 +41,7 @@ class PlugInConf; class KttsFilterConf; class KListViewItem; class TDEAboutData; -class KConfig; +class TDEConfig; class TQPopupMenu; /** @@ -50,7 +50,7 @@ class TQPopupMenu; */ class KCMKttsMgr : - public KCModule, + public TDECModule, public KSpeech_stub, virtual public KSpeechSink { @@ -326,7 +326,7 @@ class KCMKttsMgr : /** * Object holding all the configuration */ - KConfig *m_config; + TDEConfig *m_config; /** * KTTS Job Manager. |