diff options
author | Michele Calgaro <[email protected]> | 2024-10-22 17:49:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-31 17:46:02 +0900 |
commit | da881069c4fd68d299a46904067ddc7181b73925 (patch) | |
tree | 69bee09e62b1c9161a33a12e2c866fc688c7ea70 /tdeio/tdefile/tdefileiconview.cpp | |
parent | 638f63d207a9a925df17fda588436fa6530a3d85 (diff) | |
download | tdelibs-da881069c4fd68d299a46904067ddc7181b73925.tar.gz tdelibs-da881069c4fd68d299a46904067ddc7181b73925.zip |
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeio/tdefile/tdefileiconview.cpp')
-rw-r--r-- | tdeio/tdefile/tdefileiconview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdefileiconview.cpp b/tdeio/tdefile/tdefileiconview.cpp index 65d33912b..f8deeaf73 100644 --- a/tdeio/tdefile/tdefileiconview.cpp +++ b/tdeio/tdefile/tdefileiconview.cpp @@ -17,7 +17,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <tqt.h> +#include <tqglobal.h> #include <tqfontmetrics.h> #include <tqkeycode.h> |