summaryrefslogtreecommitdiffstats
path: root/src/configdialog.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-10-20 14:40:51 +0200
committergregory guy <[email protected]>2021-01-13 18:12:31 +0100
commit81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 (patch)
tree9e0903eb2b5cc19a7dcf4874d098a29133d3163c /src/configdialog.cpp
parent8b4f72aa0753110a46db9195216f3c88e14a9b69 (diff)
downloadtork-81b64bcfc0a32fdeb0e4f367adbf273d924e55f4.tar.gz
tork-81b64bcfc0a32fdeb0e4f367adbf273d924e55f4.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/configdialog.cpp')
-rw-r--r--src/configdialog.cpp58
1 files changed, 31 insertions, 27 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index ad16af6..0169e81 100644
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -34,6 +34,37 @@ email : [email protected]
* *
***************************************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <tqcombobox.h>
+#include <tqgroupbox.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqlineedit.h>
+#include <tqmessagebox.h>
+#include <tqobjectlist.h>
+#include <tqpushbutton.h>
+#include <tqradiobutton.h>
+#include <tqspinbox.h>
+#include <tqtextcodec.h>
+#include <tqtooltip.h>
+#include <tqvbox.h>
+#include <tqlistview.h>
+#include <tqcheckbox.h>
+
+#include <tdeapplication.h> //kapp
+#include <kcombobox.h>
+#include <kiconloader.h>
+#include <klineedit.h>
+#include <tdelocale.h>
+#include <kstandarddirs.h>
+#include <kdebug.h>
+#include <dcopref.h>
+#include <tdeconfig.h>
+#include <tdemessagebox.h>
+
#include "configdialog.h"
#include "konqueror.h"
#include "firewallsproxies.h"
@@ -49,34 +80,7 @@ email : [email protected]
#include "portsandnames.h"
#include "tork.h"
#include "crypto.h"
-#include "../config.h"
-
-#include <ntqcombobox.h>
-#include <ntqgroupbox.h>
-#include <ntqlabel.h>
-#include <ntqlayout.h>
-#include <ntqlineedit.h>
-#include <ntqmessagebox.h>
-#include <ntqobjectlist.h>
-#include <ntqpushbutton.h>
-#include <ntqradiobutton.h>
-#include <ntqspinbox.h>
-#include <ntqtextcodec.h>
-#include <ntqtooltip.h>
-#include <ntqvbox.h>
-#include <ntqlistview.h>
-#include <ntqcheckbox.h>
-#include <tdeapplication.h> //kapp
-#include <kcombobox.h>
-#include <kiconloader.h>
-#include <klineedit.h>
-#include <tdelocale.h>
-#include <kstandarddirs.h>
-#include <kdebug.h>
-#include <dcopref.h>
-#include <tdeconfig.h>
-#include <tdemessagebox.h>
//////////////////////////////////////////////////////////////////////////////////////////
// PUBLIC