Fix compilation issues

pull/1/head
Timothy Pearson 12 years ago
parent a874bb73ee
commit 9bde560288

@ -1,10 +1,10 @@
INCLUDES = $(all_includes)
INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde
METASOURCES = AUTO
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kcm_ldap.la
kcm_ldap_la_SOURCES = ldap.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp
kcm_ldap_la_SOURCES = ldapbonding.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp
kcm_ldap_la_LIBADD = -lkio $(LIB_TDEUI)
kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \
$(all_libraries)

@ -21,7 +21,7 @@
#ifndef BONDFINISHPAGE_H
#define BONDFINISHPAGE_H
#include "ldap.h"
#include "ldapbonding.h"
#include "bondfinishpagedlg.h"

@ -21,6 +21,7 @@
#include <tqstringlist.h>
#include <tqlabel.h>
#include <tqmap.h>
#include <tqpushbutton.h>
#include <kapplication.h>
#include <ksimpleconfig.h>

@ -21,7 +21,7 @@
#ifndef BONDREALMPAGE_H
#define BONDREALMPAGE_H
#include "ldap.h"
#include "ldapbonding.h"
#include "bondrealmpagedlg.h"

@ -45,7 +45,7 @@
#include <tdesu/process.h>
#include "ldap.h"
#include "ldapbonding.h"
#include "bondwizard.h"
#include "ldappasswddlg.h"
#include "realmpropertiesdialog.h"

@ -18,8 +18,8 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef _LDAP_H_
#define _LDAP_H_
#ifndef _KCMLDAP_H_
#define _KCMLDAP_H_
#include <kcmodule.h>
#include <kaboutdata.h>
@ -95,4 +95,4 @@ class LDAPConfig: public KCModule
TQString m_ignoredUsers;
};
#endif
#endif // _KCMLDAP_H_

@ -23,7 +23,7 @@
#include <kdialogbase.h>
#include "ldap.h"
#include "ldapbonding.h"
#include "bondrealmpage.h"
class RealmPropertiesDialog : public KDialogBase

Loading…
Cancel
Save