summaryrefslogtreecommitdiffstats
path: root/khexedit/hexviewwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/hexviewwidget.h')
-rw-r--r--khexedit/hexviewwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexviewwidget.h b/khexedit/hexviewwidget.h
index bccf654..85fd284 100644
--- a/khexedit/hexviewwidget.h
+++ b/khexedit/hexviewwidget.h
@@ -312,7 +312,7 @@ class CHexViewWidget : public TQFrame
inline bool CHexViewWidget::shiftButtonState( void )
{
- return kapp->keyboardModifiers() & KApplication::ShiftModifier;
+ return kapp->keyboardModifiers() & TDEApplication::ShiftModifier;
}