From a082a2596013ce2dc791319f70d0371004a406a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Dec 2023 13:24:42 +0900 Subject: Replaced various '#define' with actual strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit 15796910975130bce11a662cbe259913d791942f) --- src/itemview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/itemview.cpp') diff --git a/src/itemview.cpp b/src/itemview.cpp index 5361131..88d33d9 100644 --- a/src/itemview.cpp +++ b/src/itemview.cpp @@ -38,9 +38,9 @@ ItemView::ItemView( ItemDocument * itemDocument, ViewContainer *viewContainer, u TDEActionCollection * ac = actionCollection(); KStdAction::selectAll( itemDocument, TQT_SLOT(selectAll()), ac ); - KStdAction::zoomIn( TQT_TQOBJECT(this), TQT_SLOT(zoomIn()), ac ); - KStdAction::zoomOut( TQT_TQOBJECT(this), TQT_SLOT(zoomOut()), ac ); - KStdAction::actualSize( TQT_TQOBJECT(this), TQT_SLOT(actualSize()), ac )->setEnabled(false); + KStdAction::zoomIn( this, TQT_SLOT(zoomIn()), ac ); + KStdAction::zoomOut( this, TQT_SLOT(zoomOut()), ac ); + KStdAction::actualSize( this, TQT_SLOT(actualSize()), ac )->setEnabled(false); TDEAccel *pAccel = new TDEAccel(this); -- cgit v1.2.3