From a5b44fbe44e58478ad74d819c5f4c36926d31872 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:53:50 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f) --- kcontrol/kthememanager/ktheme.cpp | 2 +- kcontrol/kthememanager/kthemedlg.ui | 2 +- kcontrol/kthememanager/newthemewidget.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/kthememanager') diff --git a/kcontrol/kthememanager/ktheme.cpp b/kcontrol/kthememanager/ktheme.cpp index 5396d9e2b..612c2246a 100644 --- a/kcontrol/kthememanager/ktheme.cpp +++ b/kcontrol/kthememanager/ktheme.cpp @@ -720,7 +720,7 @@ TQString KTheme::getProperty( TQDomElement parent, const TQString & tag, else { kdWarning() << TQString( "No such property found: %1->%2->%3" ) - .tqarg( parent.tagName() ).tqarg( tag ).tqarg( attr ) << endl; + .arg( parent.tagName() ).arg( tag ).arg( attr ) << endl; return TQString::null; } } diff --git a/kcontrol/kthememanager/kthemedlg.ui b/kcontrol/kthememanager/kthemedlg.ui index 3e60ea4f6..bd63be8a2 100644 --- a/kcontrol/kthememanager/kthemedlg.ui +++ b/kcontrol/kthememanager/kthemedlg.ui @@ -109,7 +109,7 @@ Box - + AlignCenter diff --git a/kcontrol/kthememanager/newthemewidget.ui b/kcontrol/kthememanager/newthemewidget.ui index 1a56915aa..e84f1efa8 100644 --- a/kcontrol/kthememanager/newthemewidget.ui +++ b/kcontrol/kthememanager/newthemewidget.ui @@ -88,7 +88,7 @@ Co&mment: - + AlignTop -- cgit v1.2.1