summaryrefslogtreecommitdiffstats
path: root/KMFSysTray
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:58 -0600
commitb8b2c2b828b8e3a3aee8bc7d912975769c7aae88 (patch)
tree058052d0f27163e31cf9ae85d321f4800aa4ce15 /KMFSysTray
parent161cc76d48c479b4f90433703b855a48b093f9cc (diff)
downloadkmyfirewall-b8b2c2b828b8e3a3aee8bc7d912975769c7aae88.tar.gz
kmyfirewall-b8b2c2b828b8e3a3aee8bc7d912975769c7aae88.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'KMFSysTray')
-rw-r--r--KMFSysTray/details_designer.ui2
-rw-r--r--KMFSysTray/kmfiptwatcher.cpp8
-rw-r--r--KMFSysTray/mainwidget_designer.ui2
3 files changed, 6 insertions, 6 deletions
diff --git a/KMFSysTray/details_designer.ui b/KMFSysTray/details_designer.ui
index dba4021..2c6a80c 100644
--- a/KMFSysTray/details_designer.ui
+++ b/KMFSysTray/details_designer.ui
@@ -424,7 +424,7 @@
<property name="text">
<string>Table:</string>
</property>
- <property name="tqalignment">
+ <property name="alignment">
<set>AlignVCenter</set>
</property>
</widget>
diff --git a/KMFSysTray/kmfiptwatcher.cpp b/KMFSysTray/kmfiptwatcher.cpp
index 1ff7024..ae472c5 100644
--- a/KMFSysTray/kmfiptwatcher.cpp
+++ b/KMFSysTray/kmfiptwatcher.cpp
@@ -76,14 +76,14 @@ void KMFIPTWatcher::timeout() {
*( new TQCString( "numChainsInTable(TQString)" ) ), params,
reply_type, reply_data, false, 10000 ) ) {
- // KMessageBox::information( 0, i18n( "Error with DCOP: %1" ).tqarg( kapp->dcopClient() ->appId() ) );
+ // KMessageBox::information( 0, i18n( "Error with DCOP: %1" ).arg( kapp->dcopClient() ->appId() ) );
emit sigUpdateActive( false );
} else {
TQDataStream answer( reply_data, IO_ReadOnly );
if ( reply_type == "int" ) {
int result;
answer >> result;
- // KMessageBox::information( 0, i18n( "Got answer %1" ).tqarg(result) );
+ // KMessageBox::information( 0, i18n( "Got answer %1" ).arg(result) );
emit sigUpdateActive( result > 0 );
} else
KMessageBox::information( 0, i18n( "Calling over DCOP succeeded, but the answer had wrong type!" ) );
@@ -205,7 +205,7 @@ void KMFIPTWatcher::fetchRulesInChain( IPTChain* chain ) {
answer >> result;
TQPtrList<IPTRule> *used = new TQPtrList<IPTRule>;
for ( int i = 0; i < result; i++ ) {
- TQString rn = TQString("rule_%1").tqarg( i );
+ TQString rn = TQString("rule_%1").arg( i );
IPTRule *rule = 0;
rule = chain->ruleForName( rn );
if ( ! rule ) {
@@ -221,7 +221,7 @@ void KMFIPTWatcher::fetchRulesInChain( IPTChain* chain ) {
found_rule = it_rules.current();
bool found = false;
for ( int i = 0; i < result; i++ ) {
- TQString rn = TQString("rule_%1").tqarg( i );
+ TQString rn = TQString("rule_%1").arg( i );
if ( rn == found_rule->name() ) {
found = true;
}
diff --git a/KMFSysTray/mainwidget_designer.ui b/KMFSysTray/mainwidget_designer.ui
index 211372f..bc32b8a 100644
--- a/KMFSysTray/mainwidget_designer.ui
+++ b/KMFSysTray/mainwidget_designer.ui
@@ -52,7 +52,7 @@
<property name="state">
<enum>On</enum>
</property>
- <property name="tqshape">
+ <property name="shape">
<enum>Circular</enum>
</property>
<property name="look">