From 77c2cf85d5cabcc754a1cb5ab76674b263a914ee Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 24 Apr 2004 16:44:28 +0000 Subject: gcc 3.4 fixlet --- (limited to 'examples/networksettings') diff --git a/examples/networksettings/examplemodule.cpp b/examples/networksettings/examplemodule.cpp index 703e6bd..1f64613 100644 --- a/examples/networksettings/examplemodule.cpp +++ b/examples/networksettings/examplemodule.cpp @@ -50,8 +50,8 @@ QList VirtualModule::getInterfaces() { } void VirtualModule::possibleNewInterfaces( QMap& map) { - map.insert( QObject::tr("VPN PPTP"), - QObject::tr("Add new Point to Point Tunnel Protocol connection" ) ); + map.insert( ::QObject::tr("VPN PPTP"), + ::QObject::tr("Add new Point to Point Tunnel Protocol connection" ) ); } -- cgit v0.9.0.2