summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/src/vpn_tray_component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdenetworkmanager/src/vpn_tray_component.cpp')
-rw-r--r--tdenetworkmanager/src/vpn_tray_component.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdenetworkmanager/src/vpn_tray_component.cpp b/tdenetworkmanager/src/vpn_tray_component.cpp
index ce852c5..7edaba6 100644
--- a/tdenetworkmanager/src/vpn_tray_component.cpp
+++ b/tdenetworkmanager/src/vpn_tray_component.cpp
@@ -55,7 +55,7 @@ void VPNTrayComponent::slotShowNewConnectionDialog()
}
-void VPNTrayComponent::addMenuItems(KPopupMenu* menu)
+void VPNTrayComponent::addMenuItems(TDEPopupMenu* menu)
{
int inactive_vpn_connections = 0;
char vpn_found = 0;
@@ -180,7 +180,7 @@ VPNTrayComponent::VPNTrayComponent (KSystemTray * parent, const char * name )
connect(nm, SIGNAL(vpnEvent(TDENetworkVPNEventType::TDENetworkVPNEventType, TQString)), this, SLOT(vpnEventHandler(TDENetworkVPNEventType::TDENetworkVPNEventType, TQString)));
//Actions used for plugging into the menu
- new KAction (i18n ("New connection ..."),
+ new TDEAction (i18n ("New connection ..."),
SmallIcon ("encrypted", TQIconSet::Automatic), 0,
this, TQT_SLOT (slotShowNewConnectionDialog()), parent->actionCollection (), "create_new_vpn_connection");
}