summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/opencontextmenu.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 15:05:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 15:05:28 +0900
commit70a9b1f3fb15c9725f1ad6ba5ffa4b3c1554e97c (patch)
treedf12f9df100bf750fc4348faec4f6ed2f2658418 /src/svnfrontend/opencontextmenu.cpp
parent29df04779b145404bf4959d071d3e9eddd3c263d (diff)
downloadtdesvn-70a9b1f3fb15c9725f1ad6ba5ffa4b3c1554e97c.tar.gz
tdesvn-70a9b1f3fb15c9725f1ad6ba5ffa4b3c1554e97c.zip
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/opencontextmenu.cpp')
-rw-r--r--src/svnfrontend/opencontextmenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/opencontextmenu.cpp b/src/svnfrontend/opencontextmenu.cpp
index 9594610..08d66f7 100644
--- a/src/svnfrontend/opencontextmenu.cpp
+++ b/src/svnfrontend/opencontextmenu.cpp
@@ -47,7 +47,7 @@ void OpenContextmenu::setup()
TQString actionName( (*it)->name().replace("&", "&&") );
act = new TDEAction( actionName, (*it)->pixmap( TDEIcon::Small ), 0,
- TQT_TQOBJECT(this), TQT_SLOT( slotRunService() ), TQT_TQOBJECT(this), nam.prepend( "appservice_" ) );
+ this, TQT_SLOT( slotRunService() ), this, nam.prepend( "appservice_" ) );
act->plug(this);
m_mapPopup[ id++ ] = *it;
}
@@ -55,7 +55,7 @@ void OpenContextmenu::setup()
insertSeparator( );
}
act = new TDEAction(i18n("Other..."),0, 0,
- TQT_TQOBJECT(this), TQT_SLOT( slotOpenWith() ),TQT_TQOBJECT(this),"openwith");
+ this, TQT_SLOT( slotOpenWith() ),this,"openwith");
act->plug(this);
}