From 2f64e55b006125b1110fcdb05df19909159cee71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jan 2025 17:21:59 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- khexedit/hexviewwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit/hexviewwidget.cpp') diff --git a/khexedit/hexviewwidget.cpp b/khexedit/hexviewwidget.cpp index 19a1d54..bcdca2f 100644 --- a/khexedit/hexviewwidget.cpp +++ b/khexedit/hexviewwidget.cpp @@ -139,7 +139,7 @@ void CDragManager::timerEvent( TQTimerEvent *e ) if( mPending == true ) { mPending = false; - emit startDrag( ( kapp->keyboardModifiers() & TDEApplication::ShiftModifier ) ); + emit startDrag( ( tdeApp->keyboardModifiers() & TDEApplication::ShiftModifier ) ); } } } @@ -451,7 +451,7 @@ void CHexViewWidget::paletteChanged( void ) void CHexViewWidget::fontChanged( void ) { - //setFont( kapp->fixedFont, true ); + //setFont( tdeApp->fixedFont, true ); } void CHexViewWidget::filter( SFilterControl &fc ) -- cgit v1.2.3