summaryrefslogtreecommitdiffstats
path: root/knetworkconf/backends/xml.pl.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitdbb67f90e8177bba3f6527852af1e5f4b7a00325 (patch)
treeb3ec423edc172fee393480c6cd4cfe4ae5746017 /knetworkconf/backends/xml.pl.in
parente1fedebd35564879715ec11012b5acaf3068edb9 (diff)
downloadtdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.tar.gz
tdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knetworkconf/backends/xml.pl.in')
-rw-r--r--knetworkconf/backends/xml.pl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/knetworkconf/backends/xml.pl.in b/knetworkconf/backends/xml.pl.in
index 9421f75..dfd41cd 100644
--- a/knetworkconf/backends/xml.pl.in
+++ b/knetworkconf/backends/xml.pl.in
@@ -891,7 +891,7 @@ sub gst_xml_model_ensure
next if ($elem eq "");
my @tqchildren = @$branch;
- my $tqparent_branch = $branch;
+ my $parent_branch = $branch;
shift @tqchildren; # Attributes
$branch = undef;
@@ -918,8 +918,8 @@ sub gst_xml_model_ensure
push @list, \%hash;
- push @$tqparent_branch, $elem;
- push @$tqparent_branch, $branch;
+ push @$parent_branch, $elem;
+ push @$parent_branch, $branch;
}
}