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 15:02:34 +0200 |
commit | 6b59b0be7f885d4951f3533c0dbbfc489beb566f (patch) | |
tree | 37846074fa3126dc602d2e0c3f138237b26e156c /src/kscopeconfig.h | |
parent | eb30e07ba19e45de980c0f86e8b39078621023a5 (diff) | |
download | kscope-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/kscopeconfig.h')
-rw-r--r-- | src/kscopeconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kscopeconfig.h b/src/kscopeconfig.h index 2d5b48d..700d685 100644 --- a/src/kscopeconfig.h +++ b/src/kscopeconfig.h @@ -28,9 +28,9 @@ #ifndef KSCOPECONFIG_H #define KSCOPECONFIG_H -#include <ntqobject.h> -#include <ntqstringlist.h> -#include <ntqcolor.h> +#include <tqobject.h> +#include <tqstringlist.h> +#include <tqcolor.h> #include <kdockwidget.h> typedef TQValueList<int> SPLIT_SIZES; |