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

pull/1/head
Timothy Pearson 12 years ago
parent 3294a2b0ed
commit 66888fc1b9

@ -62,7 +62,7 @@ K_EXPORT_COMPONENT_FACTORY( kcm_ldapbonding, ldapFactory("kcmldapbonding"))
KSimpleConfig *systemconfig = 0; KSimpleConfig *systemconfig = 0;
LDAPConfig::LDAPConfig(TQWidget *parent, const char *name, const TQStringList&) LDAPConfig::LDAPConfig(TQWidget *parent, const char *name, const TQStringList&)
: KCModule(parent, name), myAboutData(0) : TDECModule(parent, name), myAboutData(0)
{ {
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint()); TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint());
systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" ));
@ -703,7 +703,7 @@ void LDAPConfig::writePAMFiles() {
} }
int LDAPConfig::buttons() { int LDAPConfig::buttons() {
return KCModule::Apply|KCModule::Help; return TDECModule::Apply|TDECModule::Help;
} }
TQString LDAPConfig::quickHelp() const TQString LDAPConfig::quickHelp() const

@ -39,7 +39,7 @@
#include <config.h> #include <config.h>
#endif #endif
class LDAPConfig: public KCModule class LDAPConfig: public TDECModule
{ {
Q_OBJECT Q_OBJECT

Loading…
Cancel
Save