summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-22 17:49:36 +0900
committerMichele Calgaro <[email protected]>2024-10-31 17:46:02 +0900
commitda881069c4fd68d299a46904067ddc7181b73925 (patch)
tree69bee09e62b1c9161a33a12e2c866fc688c7ea70 /tdeio
parent638f63d207a9a925df17fda588436fa6530a3d85 (diff)
downloadtdelibs-da881069c4fd68d299a46904067ddc7181b73925.tar.gz
tdelibs-da881069c4fd68d299a46904067ddc7181b73925.zip
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/tdefile/tdefileiconview.cpp2
-rw-r--r--tdeio/tdefile/tdefileiconview.h2
2 files changed, 2 insertions, 2 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>
diff --git a/tdeio/tdefile/tdefileiconview.h b/tdeio/tdefile/tdefileiconview.h
index 8a03d4bc9..65ff54fed 100644
--- a/tdeio/tdefile/tdefileiconview.h
+++ b/tdeio/tdefile/tdefileiconview.h
@@ -20,7 +20,7 @@
#ifndef TDEFILEICONVIEW_H
#define TDEFILEICONVIEW_H
-#include <tqt.h>
+#include <tqglobal.h>
#include <kiconview.h>
#include <kiconloader.h>