diff options
author | Timothy Pearson <[email protected]> | 2012-05-17 02:51:15 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-17 02:51:15 -0500 |
commit | 8fdae616e94a37d5abf2d8a02fcff8a93d2f2ed1 (patch) | |
tree | 6f7b6e55c5fc5f845630ba18b8aa40bbbc9084a5 /src/ldap.h | |
parent | 273c3c806ac25fb81ba1d29cb5bdcb907c5fc59a (diff) | |
download | kcmldap-8fdae616e94a37d5abf2d8a02fcff8a93d2f2ed1.tar.gz kcmldap-8fdae616e94a37d5abf2d8a02fcff8a93d2f2ed1.zip |
Fix FTBFS
Diffstat (limited to 'src/ldap.h')
-rw-r--r-- | src/ldap.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,9 +29,14 @@ #include <kglobalsettings.h> #include <tqpushbutton.h> #include <tqcombobox.h> +#include <tqcheckbox.h> #include "ldapconfigbase.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + class ldap: public KCModule { Q_OBJECT @@ -50,6 +55,7 @@ class ldap: public KCModule private: KAboutData *myAboutData; KGlobalSettings *kgs; + LDAPConfigBase *base; }; #endif |