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 --- kabc/ldapconfigwidget.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kabc/ldapconfigwidget.h') diff --git a/kabc/ldapconfigwidget.h b/kabc/ldapconfigwidget.h index c4144b027..0fd0dd7e5 100644 --- a/kabc/ldapconfigwidget.h +++ b/kabc/ldapconfigwidget.h @@ -44,7 +44,7 @@ namespace KABC { @short LDAP Configuration widget This class can be used to query the user for LDAP connection parameters. - It's KConfigXT compatible, using widget names starting with kcfg_ + It's TDEConfigXT compatible, using widget names starting with kcfg_ */ class KABC_EXPORT LdapConfigWidget : public TQWidget @@ -223,23 +223,23 @@ namespace KABC { /** * Sets the size limit. - * KConfig widget name: kcfg_ldapsizelimit + * TDEConfig widget name: kcfg_ldapsizelimit */ void setSizeLimit( int sizelimit ); /** * Returns the size limit. - * KConfig widget name: kcfg_ldapsizelimit + * TDEConfig widget name: kcfg_ldapsizelimit */ int sizeLimit() const; /** * Sets the time limit. - * KConfig widget name: kcfg_ldaptimelimit + * TDEConfig widget name: kcfg_ldaptimelimit */ void setTimeLimit( int timelimit ); /** * Returns the time limit. - * KConfig widget name: kcfg_ldaptimelimit + * TDEConfig widget name: kcfg_ldaptimelimit */ int timeLimit() const; @@ -262,8 +262,8 @@ namespace KABC { void setSASL( int state ); void mQueryDNClicked(); void mQueryMechClicked(); - void loadData( KIO::Job*, const TQByteArray& ); - void loadResult( KIO::Job* ); + void loadData( TDEIO::Job*, const TQByteArray& ); + void loadResult( TDEIO::Job* ); private: int mFlags; -- cgit v1.2.3