aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbwrapper/handleatspievents.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/x11vkbwrapper/handleatspievents.h')
-rw-r--r--tests/manual/x11vkbwrapper/handleatspievents.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/x11vkbwrapper/handleatspievents.h b/tests/manual/x11vkbwrapper/handleatspievents.h
index 677015ff..15837824 100644
--- a/tests/manual/x11vkbwrapper/handleatspievents.h
+++ b/tests/manual/x11vkbwrapper/handleatspievents.h
@@ -31,7 +31,7 @@
#define HANDLEATSPIEVENTS_H
#include <QObject>
-#include <QVector>
+#include <QList>
#include <atspi/atspi.h>
class HandleATSPIEvents : public QObject
@@ -56,7 +56,7 @@ public slots:
private:
bool m_keyboardVisible;
- QVector<qint8> m_focuses;
+ QList<qint8> m_focuses;
};
#endif // HANDLEATSPIEVENTS_H