diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /src/kernel/ntqt.h | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-ccbc1c35.tar.gz tqt-ccbc1c35.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqt.h')
-rw-r--r-- | src/kernel/ntqt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 3e62736f3..78ce0ca55 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -68,7 +68,7 @@ #include "tqtextcodec.h" #include "ntqpixmap.h" #include <ntqtabbar.h> -#include "ntqiconset.h" +#include "tqiconset.h" #include "ntqbutton.h" #include <ntqtoolbutton.h> #include "ntqstyle.h" @@ -151,7 +151,7 @@ #include <ntqlistview.h> #include "ntqpen.h" #include "ntqdragobject.h" -#include <ntqiconview.h> +#include <tqiconview.h> #include <ntqpixmapcache.h> #include <ntqplatinumstyle.h> #include <ntqpngio.h> |