diff options
author | Michele Calgaro <[email protected]> | 2022-10-16 13:30:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-10-16 13:30:24 +0900 |
commit | e7b9313aa2dd2e6ca6d3aad288f70e6a48549696 (patch) | |
tree | 569c4107734f2c97d3636c61df6aba309dd030ec /src/MachBunt.h | |
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 <[email protected]>
Diffstat (limited to 'src/MachBunt.h')
-rw-r--r-- | src/MachBunt.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/MachBunt.h b/src/MachBunt.h index 0859903..cef05bd 100644 --- a/src/MachBunt.h +++ b/src/MachBunt.h @@ -6,11 +6,11 @@ #ifndef __KDE_SuSE_H #define __KDE_SuSE_H -#include <ntqvariant.h> -#include <ntqlayout.h> -#include <ntqbutton.h> -#include <ntqbitmap.h> -#include <ntqimage.h> +#include <tqvariant.h> +#include <tqlayout.h> +#include <tqbutton.h> +#include <tqbitmap.h> +#include <tqimage.h> #include <kpixmap.h> #include <kdecoration.h> #include <kdecorationfactory.h> |