diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 18:08:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-23 18:08:46 +0900 |
commit | 2a89e6616562412785cac5804e94a4b3d8dec7c2 (patch) | |
tree | 6ceeda71b8a677593bbbb8ea0054d6c3e9c35205 /src/profiledialog.cpp | |
parent | c9299bd04955e5411ad7a7e139af426a33572a79 (diff) | |
download | knmap-2a89e6616562412785cac5804e94a4b3d8dec7c2.tar.gz knmap-2a89e6616562412785cac5804e94a4b3d8dec7c2.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/profiledialog.cpp')
-rw-r--r-- | src/profiledialog.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/profiledialog.cpp b/src/profiledialog.cpp index d426926..df52ee3 100644 --- a/src/profiledialog.cpp +++ b/src/profiledialog.cpp @@ -20,12 +20,12 @@ * * ***************************************************************************/ -#include <ntqlabel.h> -#include <ntqlayout.h> -#include <ntqlineedit.h> -#include <ntqlistbox.h> -#include <ntqmap.h> -#include <ntqpopupmenu.h> +#include <tqlabel.h> +#include <tqlayout.h> +#include <tqlineedit.h> +#include <tqlistbox.h> +#include <tqmap.h> +#include <tqpopupmenu.h> #include <tdeapplication.h> #include <tdeconfig.h> |