summaryrefslogtreecommitdiffstats
path: root/src/symboldlg.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-22 12:24:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-26 01:20:53 +0200
commit062009ca00bc0dd3b65f20392d28fddbb685795d (patch)
tree67613d03469244f2f203e27b37aa93dd7deefa97 /src/symboldlg.cpp
parent368ee23e036f50097ed148eaedfbead308a7ff26 (diff)
downloadkscope-062009ca00bc0dd3b65f20392d28fddbb685795d.tar.gz
kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.zip
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/symboldlg.cpp')
-rw-r--r--src/symboldlg.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/symboldlg.cpp b/src/symboldlg.cpp
index 997f4bb..24b654b 100644
--- a/src/symboldlg.cpp
+++ b/src/symboldlg.cpp
@@ -25,12 +25,12 @@
*
***************************************************************************/
-#include <ntqlabel.h>
-#include <ntqlistview.h>
-#include <ntqpushbutton.h>
-#include <ntqradiobutton.h>
-#include <ntqcheckbox.h>
-#include <ntqgroupbox.h>
+#include <tqlabel.h>
+#include <tqlistview.h>
+#include <tqpushbutton.h>
+#include <tqradiobutton.h>
+#include <tqcheckbox.h>
+#include <tqgroupbox.h>
#include <kcombobox.h>
#include <tdelocale.h>
#include "symboldlg.h"