summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-03 10:43:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-03 10:43:37 +0900
commita75445b4c3c2fe24d377625acd8bb058b2bd971a (patch)
treea624fa03bd81f105a9c499e3a8ea229a6509c97a /src/kernel
parent0b3c8dfbc927e2843c2c62842d53a723d1f1e727 (diff)
downloadtqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.tar.gz
tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.zip
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/qinputcontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qinputcontext_p.h b/src/kernel/qinputcontext_p.h
index 0a7d193d..0ab3a088 100644
--- a/src/kernel/qinputcontext_p.h
+++ b/src/kernel/qinputcontext_p.h
@@ -61,7 +61,7 @@ class TQString;
#ifdef Q_WS_X11
-#include "ntqarray.h"
+#include "ntqmemarray.h"
#include "ntqwindowdefs.h"
#include "qt_x11_p.h"
#endif