diff options
Diffstat (limited to 'krec/krecglobal.h')
-rw-r--r-- | krec/krecglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/krecglobal.h b/krec/krecglobal.h index 71050fde..06615d8d 100644 --- a/krec/krecglobal.h +++ b/krec/krecglobal.h @@ -19,7 +19,7 @@ #include <tqstringlist.h> #include <tqdict.h> -class KConfig; +class TDEConfig; class TQWidget; class KStatusBar; @@ -51,7 +51,7 @@ public: TQWidget* mainWidget(); /// @return kapp->config() - static KConfig* kconfig(); + static TDEConfig* kconfig(); /// Sets the Statusbar. void setStatusBar( KStatusBar* ); |