summaryrefslogtreecommitdiffstats
path: root/src/kasablanca.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-04-09 18:02:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-04-12 12:56:08 +0200
commitf3533e05cc3be74c3ccb501cf2c349a4d709bfdb (patch)
treeb87790bb7fe5e8b32aa32362b5b292222211cc3e /src/kasablanca.cpp
parent57275882609019dfe1b667f2521e5e2407975c4e (diff)
downloadkasablanca-f3533e05cc3be74c3ccb501cf2c349a4d709bfdb.tar.gz
kasablanca-f3533e05cc3be74c3ccb501cf2c349a4d709bfdb.zip
conversion to the cmake building system
Removed cpp files generated from ui files. This resolves issue #1. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f92c11dfdcde621a6b7384bcf867b87cdb14280c)
Diffstat (limited to 'src/kasablanca.cpp')
-rw-r--r--src/kasablanca.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kasablanca.cpp b/src/kasablanca.cpp
index 84f36ad..500330e 100644
--- a/src/kasablanca.cpp
+++ b/src/kasablanca.cpp
@@ -36,13 +36,13 @@
#include <kpassivepopup.h>
#include <klineedit.h>
-#include <ntqtextedit.h>
-#include <ntqcolor.h>
-#include <ntqlistview.h>
-#include <ntqpushbutton.h>
-#include <ntqheader.h>
-#include <ntqtoolbutton.h>
-#include <ntqaction.h>
+#include <tqtextedit.h>
+#include <tqcolor.h>
+#include <tqlistview.h>
+#include <tqpushbutton.h>
+#include <tqheader.h>
+#include <tqtoolbutton.h>
+#include <tqaction.h>
#include "Q_colorspreferencesdialog.h"
#include "Q_generalpreferencesdialog.h"