From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdecore/kdebug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kdebug.cpp') diff --git a/tdecore/kdebug.cpp b/tdecore/kdebug.cpp index ef76e04f6..e484a3711 100644 --- a/tdecore/kdebug.cpp +++ b/tdecore/kdebug.cpp @@ -162,7 +162,7 @@ struct kDebugPrivate { TQCString aAreaName; unsigned int oldarea; - KConfig *config; + TDEConfig *config; }; static kDebugPrivate *kDebug_data = 0; @@ -187,7 +187,7 @@ static void kDebugBackend( unsigned short nLevel, unsigned int nArea, const char if (!kDebug_data->config && TDEGlobal::_instance ) { - kDebug_data->config = new KConfig("kdebugrc", false, false); + kDebug_data->config = new TDEConfig("kdebugrc", false, false); kDebug_data->config->setGroup("0"); //AB: this is necessary here, otherwise all output with area 0 won't be -- cgit v1.2.1