diff options
author | Timothy Pearson <[email protected]> | 2012-06-01 12:55:26 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-01 12:55:26 -0500 |
commit | 732baa0f27c3ee4bc641491d602f849fda2d687c (patch) | |
tree | ebca48ef9499c977675c1c033a43a9c823212b4b /src/ldappasswddlg.h | |
parent | fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d (diff) | |
download | libtdeldap-732baa0f27c3ee4bc641491d602f849fda2d687c.tar.gz libtdeldap-732baa0f27c3ee4bc641491d602f849fda2d687c.zip |
Install header files
Diffstat (limited to 'src/ldappasswddlg.h')
-rw-r--r-- | src/ldappasswddlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldappasswddlg.h b/src/ldappasswddlg.h index 2c3c060..2a653d6 100644 --- a/src/ldappasswddlg.h +++ b/src/ldappasswddlg.h @@ -24,7 +24,7 @@ #include <kdialogbase.h> #include <kcombobox.h> -#include "ldaplogindlg.h" +class LDAPLogin; class LDAPPasswordDialog : public KDialogBase { |