diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-16 13:30:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-16 13:30:24 +0900 |
commit | e7b9313aa2dd2e6ca6d3aad288f70e6a48549696 (patch) | |
tree | 569c4107734f2c97d3636c61df6aba309dd030ec /src/MachBuntButton.cpp | |
parent | df9b0a7fbed59095a30af1dde46c45ae95290361 (diff) | |
download | twin-style-machbunt-e7b9313aa2dd2e6ca6d3aad288f70e6a48549696.tar.gz twin-style-machbunt-e7b9313aa2dd2e6ca6d3aad288f70e6a48549696.zip |
Fixed import of tqt include files and export of factory symbol.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MachBuntButton.cpp')
-rw-r--r-- | src/MachBuntButton.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/MachBuntButton.cpp b/src/MachBuntButton.cpp index ef997f5..5aeac13 100644 --- a/src/MachBuntButton.cpp +++ b/src/MachBuntButton.cpp @@ -10,13 +10,13 @@ #include <kdrawutil.h> #include <tdelocale.h> -#include <ntqlayout.h> -#include <ntqdrawutil.h> -#include <ntqtooltip.h> -#include <ntqdatetime.h> -#include <ntqbitmap.h> -#include <ntqimage.h> -#include <ntqcursor.h> +#include <tqlayout.h> +#include <tqdrawutil.h> +#include <tqtooltip.h> +#include <tqdatetime.h> +#include <tqbitmap.h> +#include <tqimage.h> +#include <tqcursor.h> namespace SuSEMachBunt { |