From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- krec/krecglobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krec/krecglobal.cpp') 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 ); } -- cgit v1.2.1