From d979df2f36840b03425e5dc40907f16d10fe4b5c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:23 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 238d438877620ed73915f2360d820cfc0c9131cc. --- src/kcm/configdialog.cpp | 14 +++++++------- src/kcm/configdlg.ui | 32 ++++++++++++++++---------------- 2 files changed, 23 insertions(+), 23 deletions(-) (limited to 'src/kcm') diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp index 1a2c1c7..70950db 100644 --- a/src/kcm/configdialog.cpp +++ b/src/kcm/configdialog.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include @@ -314,11 +314,11 @@ void ConfigDialog::load() { TQString entry; InterfaceCommand cmd; - entry = TQString( "RunAsRoot%1" ).arg( i + 1 ); + entry = TQString( "RunAsRoot%1" ).tqarg( i + 1 ); cmd.runAsRoot = config->readBoolEntry( entry ); - entry = TQString( "Command%1" ).arg( i + 1 ); + entry = TQString( "Command%1" ).tqarg( i + 1 ); cmd.command = config->readEntry( entry ); - entry = TQString( "MenuText%1" ).arg( i + 1 ); + entry = TQString( "MenuText%1" ).tqarg( i + 1 ); cmd.menuText = config->readEntry( entry ); settings->commands.append( cmd ); } @@ -384,11 +384,11 @@ void ConfigDialog::save() for ( uint i = 0; i < settings->commands.size(); i++ ) { TQString entry; - entry = TQString( "RunAsRoot%1" ).arg( i + 1 ); + entry = TQString( "RunAsRoot%1" ).tqarg( i + 1 ); config->writeEntry( entry, settings->commands[i].runAsRoot ); - entry = TQString( "Command%1" ).arg( i + 1 ); + entry = TQString( "Command%1" ).tqarg( i + 1 ); config->writeEntry( entry, settings->commands[i].command ); - entry = TQString( "MenuText%1" ).arg( i + 1 ); + entry = TQString( "MenuText%1" ).tqarg( i + 1 ); config->writeEntry( entry, settings->commands[i].menuText ); } } diff --git a/src/kcm/configdlg.ui b/src/kcm/configdlg.ui index 0a76e2d..1cb9c07 100644 --- a/src/kcm/configdlg.ui +++ b/src/kcm/configdlg.ui @@ -41,7 +41,7 @@ - layout4 + tqlayout4 @@ -146,7 +146,7 @@ for example 'eth0', 'wlan0' or 'ppp0'. - layout6 + tqlayout6 @@ -196,7 +196,7 @@ for example 'eth0', 'wlan0' or 'ppp0'. Expanding - + 41 61 @@ -242,7 +242,7 @@ for example 'eth0', 'wlan0' or 'ppp0'. - layout5 + tqlayout5 @@ -284,7 +284,7 @@ When reconnected the icon will be shown again. - layout3 + tqlayout3 @@ -300,7 +300,7 @@ When reconnected the icon will be shown again. Fixed - + 20 21 @@ -334,7 +334,7 @@ of bluetooth adaptors. - layout7_2 + tqlayout7_2 @@ -371,7 +371,7 @@ of bluetooth adaptors. - layout7 + tqlayout7 @@ -479,7 +479,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Expanding - + 70 129 @@ -507,7 +507,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Expanding - + 70 130 @@ -636,7 +636,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Expanding - + 60 21 @@ -709,7 +709,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Expanding - + 131 21 @@ -763,7 +763,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Description: - + AlignTop @@ -774,7 +774,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> - + WordBreak|AlignVCenter @@ -793,7 +793,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Expanding - + 100 21 @@ -812,7 +812,7 @@ of wireless devices not in the tooltips of standard interfaces.</b> Expanding - + 31 30 -- cgit v1.2.1