diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-22 12:24:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-26 01:20:53 +0200 |
commit | 062009ca00bc0dd3b65f20392d28fddbb685795d (patch) | |
tree | 67613d03469244f2f203e27b37aa93dd7deefa97 /src/editorpage.h | |
parent | 368ee23e036f50097ed148eaedfbead308a7ff26 (diff) | |
download | kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.tar.gz kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.zip |
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/editorpage.h')
-rw-r--r-- | src/editorpage.h | 10 |
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> |