diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:08:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:58:36 +0900 |
commit | d7f518fab945e798a699e55b7727cf63ac949a8e (patch) | |
tree | f4572c9741b191d5e944032f43f1b216e4e819e4 /src/stylesheetdialog.cpp | |
parent | 750d9ef37aa3b6dc015349f6a1b684fe04f8179a (diff) | |
download | knmap-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/stylesheetdialog.cpp')
-rw-r--r-- | src/stylesheetdialog.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/stylesheetdialog.cpp b/src/stylesheetdialog.cpp index 58f22ee..a54cce1 100644 --- a/src/stylesheetdialog.cpp +++ b/src/stylesheetdialog.cpp @@ -20,14 +20,14 @@ * * ***************************************************************************/ -#include <ntqiconset.h> -#include <ntqlabel.h> -#include <ntqlayout.h> -#include <ntqlineedit.h> -#include <ntqlistbox.h> -#include <ntqpushbutton.h> -#include <ntqstring.h> -#include <ntqstringlist.h> +#include <tqiconset.h> +#include <tqlabel.h> +#include <tqlayout.h> +#include <tqlineedit.h> +#include <tqlistbox.h> +#include <tqpushbutton.h> +#include <tqstring.h> +#include <tqstringlist.h> #include <kdebug.h> #include <tdefiledialog.h> |