diff options
Diffstat (limited to 'krec/krecglobal.cpp')
-rw-r--r-- | krec/krecglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krec/krecglobal.cpp b/krec/krecglobal.cpp index 68c48665..6b55a075 100644 --- a/krec/krecglobal.cpp +++ b/krec/krecglobal.cpp @@ -51,7 +51,7 @@ KRecGlobal* KRecGlobal::the() { void KRecGlobal::setMainWidget( TQWidget* n ) { _qwidget = n; } TQWidget* KRecGlobal::mainWidget() { return _qwidget; } -KConfig* KRecGlobal::kconfig() { return kapp->config(); } +TDEConfig* KRecGlobal::kconfig() { return kapp->config(); } void KRecGlobal::setStatusBar( KStatusBar *bar ) { _statusbar = bar; } void KRecGlobal::message( const TQString &text ) { if ( _statusbar ) _statusbar->message( text, 2000 ); } |