From f5415e59afc0b32d0dbb9d385b4af9672038b86c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:14:37 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/waconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waconfig.cpp') diff --git a/src/waconfig.cpp b/src/waconfig.cpp index 4dc5d41..68303ad 100644 --- a/src/waconfig.cpp +++ b/src/waconfig.cpp @@ -16,7 +16,7 @@ WAConfig *WAConfig::self() } WAConfig::WAConfig( ) - : KConfigSkeleton( TQString::fromLatin1( "wlassistantrc" ) ) + : TDEConfigSkeleton( TQString::fromLatin1( "wlassistantrc" ) ) { mSelf = this; } -- cgit v1.2.1