summaryrefslogtreecommitdiffstats
path: root/src/userconfigdlg.h
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-03-15 10:58:02 +0100
committerSlávek Banko <[email protected]>2019-03-31 12:54:19 +0200
commit922d3cdd719e00dc2f8e3f697a922e6926b4e9bc (patch)
treec01312763dfe7adbbb41e48daa4a345f7c2c0593 /src/userconfigdlg.h
parent36a43831f4bf48eb688499e111f7b86d25abb5fb (diff)
downloadkcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.tar.gz
kcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e)
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 de5be1c..8e0c0d9 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
{