diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:52:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:52:19 -0600 |
commit | f38eceb7f39ee09b75698cf2201ff1a6bc894586 (patch) | |
tree | b5349a560b5453f2c36acce3ef7698602487c914 /src/ldapmgr.h | |
parent | e1e149efa0bb9d33c4061ae2ea2f2ea747d5192f (diff) | |
download | kcmldapmanager-f38eceb7f39ee09b75698cf2201ff1a6bc894586.tar.gz kcmldapmanager-f38eceb7f39ee09b75698cf2201ff1a6bc894586.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/ldapmgr.h')
-rw-r--r-- | src/ldapmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldapmgr.h b/src/ldapmgr.h index f28befe..e861279 100644 --- a/src/ldapmgr.h +++ b/src/ldapmgr.h @@ -48,7 +48,7 @@ class LDAPConfig: public KCModule virtual void defaults(); virtual int buttons(); virtual TQString quickHelp() const; - virtual const KAboutData *aboutData() const { return myAboutData; }; + virtual const TDEAboutData *aboutData() const { return myAboutData; }; private slots: void processLockouts(); @@ -99,7 +99,7 @@ class LDAPConfig: public KCModule int setPasswordForUser(LDAPUserInfo user, TQString *errstr); private: - KAboutData *myAboutData; + TDEAboutData *myAboutData; LDAPConfigBase *base; KSimpleConfig *m_systemconfig; |