diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /src/table | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/qtable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index 84bb09e4d..5d6e27bf9 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -54,7 +54,7 @@ #include <ntqapplication.h> #include <ntqtimer.h> #include <tqobjectlist.h> -#include <ntqiconset.h> +#include <tqiconset.h> #include <ntqcombobox.h> #include <ntqcheckbox.h> #include <ntqdragobject.h> |