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-31 22:24:21 +0900 |
| commit | f71f6c99da60331633888e77e6abe10456fb087e (patch) | |
| tree | dbdfc32cb98f0b404487731f886860ab19b8b4eb /src/svnfrontend/opencontextmenu.cpp | |
| parent | a2bf0715f2265ba90a79fdb4410e856d4c4226ac (diff) | |
| download | tdesvn-f71f6c99da60331633888e77e6abe10456fb087e.tar.gz tdesvn-f71f6c99da60331633888e77e6abe10456fb087e.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9ebb061777b4fed6107d056528ff19932d1c0379)
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); } |
