Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent a9f33551a6
commit f5415e59af

@ -302,7 +302,7 @@
2005-08-08 Pawel Nawrocki <pnawrocki@gmail.com>
* Removed KConfigXT, .kcfg & .kcfgc files. Variables to store are added in wlassistant.cpp files.
* Removed TDEConfigXT, .kcfg & .kcfgc files. Variables to store are added in wlassistant.cpp files.
* Changed 'WaSettings' to WAConfig.
2005-08-08 Pawel Nawrocki <pnawrocki@gmail.com>

@ -16,7 +16,7 @@ WAConfig *WAConfig::self()
}
WAConfig::WAConfig( )
: KConfigSkeleton( TQString::fromLatin1( "wlassistantrc" ) )
: TDEConfigSkeleton( TQString::fromLatin1( "wlassistantrc" ) )
{
mSelf = this;
}

@ -23,7 +23,7 @@
#include <kconfigskeleton.h>
class WAConfig : public KConfigSkeleton
class WAConfig : public TDEConfigSkeleton
{
public:
@ -33,7 +33,7 @@ class WAConfig : public KConfigSkeleton
static
void writeConfig()
{
static_cast<KConfigSkeleton*>(self())->writeConfig();
static_cast<TDEConfigSkeleton*>(self())->writeConfig();
}
protected:

Loading…
Cancel
Save