summaryrefslogtreecommitdiffstats
path: root/src/userconfigdlg.h
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-03-15 10:58:02 +0100
committergregory guy <g-gregory@gmx.fr>2019-03-27 13:59:33 +0100
commit67025db14ed3496a7977682e1c5c282e630abc4e (patch)
treeae4455b24b9ef3c2e66062a478797d7e32829ca5 /src/userconfigdlg.h
parentdbab0cd0ca4ccdf685ffa265671e65cd4d06fcaa (diff)
downloadkcmldapmanager-67025db14ed3496a7977682e1c5c282e630abc4e.tar.gz
kcmldapmanager-67025db14ed3496a7977682e1c5c282e630abc4e.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/userconfigdlg.h')
-rw-r--r--src/userconfigdlg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/userconfigdlg.h b/src/userconfigdlg.h
index c5438a7..e02c8d7 100644
--- a/src/userconfigdlg.h
+++ b/src/userconfigdlg.h
@@ -23,10 +23,12 @@
#include <kdialogbase.h>
-#include "libtdeldap.h"
+#include <libtdeldap.h>
#include "userconfigbase.h"
+#ifndef AVAILABLE_SHELLS
#define AVAILABLE_SHELLS "/bin/bash /bin/sh /bin/dash /bin/rbash /usr/bin/screen"
+#endif
class UserConfigDialog : public KDialogBase
{