summaryrefslogtreecommitdiffstats
path: root/src/profilenetworkrouteoptions.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-01 18:12:44 +0900
committerSlávek Banko <slavek.banko@axis.cz>2024-01-01 20:18:01 +0100
commit143ef5f55063d2879ed484a962d6e0c4373a5bc6 (patch)
tree134fece2d9cf2c2f161959afbaea97d9a82884a9 /src/profilenetworkrouteoptions.cpp
parentc76d015dcd48a879abc33c7955f229c26b496756 (diff)
downloadkvpnc-143ef5f5.tar.gz
kvpnc-143ef5f5.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98f86ddadeb4f41b12e5735175951a7c5fec800b)
Diffstat (limited to 'src/profilenetworkrouteoptions.cpp')
-rw-r--r--src/profilenetworkrouteoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilenetworkrouteoptions.cpp b/src/profilenetworkrouteoptions.cpp
index b8686bd..26c5baf 100644
--- a/src/profilenetworkrouteoptions.cpp
+++ b/src/profilenetworkrouteoptions.cpp
@@ -201,7 +201,7 @@ void ProfileNetworkRouteOptions::contextMenuRequested ( TQListViewItem * item, c
ContextMenu->insertItem(i18n("&Delete..."));
}
ContextMenu->insertItem(i18n("&Add..."));
- connect ( ContextMenu, TQT_SIGNAL ( activated ( int ) ), this, TQT_SLOT ( doContextMenuAction ( int ) ) );
+ connect ( ContextMenu, TQ_SIGNAL ( activated ( int ) ), this, TQ_SLOT ( doContextMenuAction ( int ) ) );
ContextMenu->show();
ContextMenu->setGeometry(pos.x(),pos.y(), ContextMenu->width(),ContextMenu->height());
}