summaryrefslogtreecommitdiffstats
path: root/khtml/xml/dom2_eventsimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/xml/dom2_eventsimpl.h')
-rw-r--r--khtml/xml/dom2_eventsimpl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/khtml/xml/dom2_eventsimpl.h b/khtml/xml/dom2_eventsimpl.h
index 1e7a37a16..fab2225e5 100644
--- a/khtml/xml/dom2_eventsimpl.h
+++ b/khtml/xml/dom2_eventsimpl.h
@@ -317,10 +317,10 @@ public:
unsigned long virtKeyVal,
unsigned long modifiers);
- bool ctrlKey() const { return m_modifier & Qt::ControlButton; }
- bool shiftKey() const { return m_modifier & Qt::ShiftButton; }
- bool altKey() const { return m_modifier & Qt::AltButton; }
- bool metaKey() const { return m_modifier & Qt::MetaButton; }
+ bool ctrlKey() const { return m_modifier & TQt::ControlButton; }
+ bool shiftKey() const { return m_modifier & TQt::ShiftButton; }
+ bool altKey() const { return m_modifier & TQt::AltButton; }
+ bool metaKey() const { return m_modifier & TQt::MetaButton; }
bool inputGenerated() const { return m_virtKeyVal == 0; }
unsigned long keyVal() const { return m_keyVal; }