summaryrefslogtreecommitdiffstats
path: root/src/itemview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 13:24:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 13:39:40 +0900
commit15796910975130bce11a662cbe259913d791942f (patch)
tree6e102ce309d816a1e4e4dbfbc7cd2725e1cd5085 /src/itemview.cpp
parent12a1ec2b37308b1600be67f3c4ce2658a19e687d (diff)
downloadktechlab-15796910975130bce11a662cbe259913d791942f.tar.gz
ktechlab-15796910975130bce11a662cbe259913d791942f.zip
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/itemview.cpp')
-rw-r--r--src/itemview.cpp6
1 files changed, 3 insertions, 3 deletions
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);