summaryrefslogtreecommitdiffstats
path: root/src/editorpage.h
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 15:02:34 +0200
commit6b59b0be7f885d4951f3533c0dbbfc489beb566f (patch)
tree37846074fa3126dc602d2e0c3f138237b26e156c /src/editorpage.h
parenteb30e07ba19e45de980c0f86e8b39078621023a5 (diff)
downloadkscope-6b59b0be7f885d4951f3533c0dbbfc489beb566f.tar.gz
kscope-6b59b0be7f885d4951f3533c0dbbfc489beb566f.zip
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 062009ca00bc0dd3b65f20392d28fddbb685795d)
Diffstat (limited to 'src/editorpage.h')
-rw-r--r--src/editorpage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/editorpage.h b/src/editorpage.h
index 5c5be31..82b9c12 100644
--- a/src/editorpage.h
+++ b/src/editorpage.h
@@ -28,11 +28,11 @@
#ifndef EDITORPAGE_H
#define EDITORPAGE_H
-#include <ntqwidget.h>
-#include <ntqhbox.h>
-#include <ntqsplitter.h>
-#include <ntqtabwidget.h>
-#include <ntqpopupmenu.h>
+#include <tqwidget.h>
+#include <tqhbox.h>
+#include <tqsplitter.h>
+#include <tqtabwidget.h>
+#include <tqpopupmenu.h>
#include <tdetexteditor/document.h>
#include <tdetexteditor/view.h>
#include <tdetexteditor/markinterfaceextension.h>