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/krecnewproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krec/krecnewproperties.cpp') diff --git a/krec/krecnewproperties.cpp b/krec/krecnewproperties.cpp index c8c1398f..a5cdc07b 100644 --- a/krec/krecnewproperties.cpp +++ b/krec/krecnewproperties.cpp @@ -39,7 +39,7 @@ KRecNewProperties::KRecNewProperties( TQWidget* p, const char* n ) , _samplerate( 44100 ), _channels( 2 ), _bits( 16 ) { kdDebug( 60005 ) << k_funcinfo << endl; - KConfig *config = KRecGlobal::kconfig(); + TDEConfig *config = KRecGlobal::kconfig(); config->setGroup( "FileDefaults" ); _samplerate = config->readNumEntry( "SamplingRate", 44100 ); _channels = config->readNumEntry( "Channels", 2 ); -- cgit v1.2.1