From 392b293dfeaa3e4241e50b833126d0c2d598761d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:26 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 1d9c18c8a07f4833695c6a2ab978698ae1cc90e7. --- src/networkinterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/networkinterface.cpp') diff --git a/src/networkinterface.cpp b/src/networkinterface.cpp index dc5d057..cddd016 100644 --- a/src/networkinterface.cpp +++ b/src/networkinterface.cpp @@ -21,7 +21,7 @@ #include "networkinterface.h" #include #include -#include +#include #include #include #include @@ -159,7 +159,7 @@ TQString NetworkInterface::getInterfaceIP2( TQString Interface ) if ( !InterfaceIpProc->start(env) ) { - GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").arg(i18n("getting IP address from interface")), KVpncConfig::error); + GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").tqarg(i18n("getting IP address from interface")), KVpncConfig::error); } else { @@ -219,7 +219,7 @@ TQString NetworkInterface::getInterfaceAddress( TQString IPforInterface ) if ( !InterfaceAddressProc->start(env) ) { - GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").arg(i18n("script for get interface from IP address")), KVpncConfig::error); + GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").tqarg(i18n("script for get interface from IP address")), KVpncConfig::error); } else -- cgit v1.2.1