diff options
author | gregory guy <[email protected]> | 2020-10-20 14:40:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-15 15:15:39 +0100 |
commit | 7fefe15989a08e255ade5e577c781701b157d430 (patch) | |
tree | 094796ae879ca732f013f7ff6baf059da9d3b862 /src/arkollon/data.h | |
parent | ade9896cdea394b76db639c1f22a43821a9d1ecd (diff) | |
download | tork-7fefe15989a08e255ade5e577c781701b157d430.tar.gz tork-7fefe15989a08e255ade5e577c781701b157d430.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4)
Diffstat (limited to 'src/arkollon/data.h')
-rw-r--r-- | src/arkollon/data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arkollon/data.h b/src/arkollon/data.h index 1526c1b..abd4c3a 100644 --- a/src/arkollon/data.h +++ b/src/arkollon/data.h @@ -169,8 +169,8 @@ static const unsigned char uninstaller_sh_data[] = { 0x74,0x0a,0x64,0x6f,0x6e,0x65,0x0a,0x09,0x09,0x0a }; -#include <ntqimage.h> -#include <ntqdict.h> +#include <tqimage.h> +#include <tqdict.h> static const TQRgb misc_data[] = { 0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xff8f8f8f, 0xff8f8f8f,0xff8f8f8f,0xff8f8f8f,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xfffefefe,0xfffcfcfc,0xfffbfbfb,0xfff9f9f9, @@ -3058,7 +3058,7 @@ static const TQRgb packageIcon_data[] = { 0x44000000,0x44000000,0x44000000,0x44000000,0x44000000,0x44030303,0x1d000000,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0xffffff }; -#include <ntqcstring.h> +#include <tqcstring.h> const TQImage& qembed_findImage( const TQString& name ); |