summaryrefslogtreecommitdiffstats
path: root/src/compoundwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 18:08:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 18:58:36 +0900
commitd7f518fab945e798a699e55b7727cf63ac949a8e (patch)
treef4572c9741b191d5e944032f43f1b216e4e819e4 /src/compoundwidget.cpp
parent750d9ef37aa3b6dc015349f6a1b684fe04f8179a (diff)
downloadknmap-d7f518fab945e798a699e55b7727cf63ac949a8e.tar.gz
knmap-d7f518fab945e798a699e55b7727cf63ac949a8e.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2a89e6616562412785cac5804e94a4b3d8dec7c2)
Diffstat (limited to 'src/compoundwidget.cpp')
-rw-r--r--src/compoundwidget.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/compoundwidget.cpp b/src/compoundwidget.cpp
index 071e5ea..b450ce4 100644
--- a/src/compoundwidget.cpp
+++ b/src/compoundwidget.cpp
@@ -20,13 +20,13 @@
* *
***************************************************************************/
-#include <ntqcheckbox.h>
-#include <ntqiconset.h>
-#include <ntqlabel.h>
-#include <ntqlayout.h>
-#include <ntqlineedit.h>
-#include <ntqpushbutton.h>
-#include <ntqspinbox.h>
+#include <tqcheckbox.h>
+#include <tqiconset.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqlineedit.h>
+#include <tqpushbutton.h>
+#include <tqspinbox.h>
#include <tdeconfig.h>
#include <kdebug.h>