diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-29 16:51:28 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-29 16:51:28 +0900 |
| commit | 9ebb061777b4fed6107d056528ff19932d1c0379 (patch) | |
| tree | e6759e2a527bbabcd6d90e9a92adcd3b5bae738c /src/svnfrontend/opencontextmenu.cpp | |
| parent | 70a9b1f3fb15c9725f1ad6ba5ffa4b3c1554e97c (diff) | |
| download | tdesvn-9ebb061777b4fed6107d056528ff19932d1c0379.tar.gz tdesvn-9ebb061777b4fed6107d056528ff19932d1c0379.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/opencontextmenu.cpp')
| -rw-r--r-- | src/svnfrontend/opencontextmenu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/opencontextmenu.cpp b/src/svnfrontend/opencontextmenu.cpp index 08d66f7..b30956e 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, - this, TQT_SLOT( slotRunService() ), this, nam.prepend( "appservice_" ) ); + this, TQ_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, - this, TQT_SLOT( slotOpenWith() ),this,"openwith"); + this, TQ_SLOT( slotOpenWith() ),this,"openwith"); act->plug(this); } |
