From 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 20:16:47 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/css/cssconfig.ui | 22 +++++++++++----------- kcontrol/css/csscustom.ui | 20 ++++++++++---------- kcontrol/css/preview.ui | 8 ++++---- kcontrol/css/template.cpp | 2 +- 4 files changed, 26 insertions(+), 26 deletions(-) (limited to 'kcontrol/css') diff --git a/kcontrol/css/cssconfig.ui b/kcontrol/css/cssconfig.ui index c3d064b48..dfcf7768e 100644 --- a/kcontrol/css/cssconfig.ui +++ b/kcontrol/css/cssconfig.ui @@ -4,7 +4,7 @@ CSSConfigDialog - + 0 0 @@ -12,9 +12,9 @@ 195 - + - + <b>Stylesheets</b><p>See http://www.w3.org/Style/CSS for further information on cascading style sheets.</p> @@ -87,7 +87,7 @@ - layout3 + tqlayout3 @@ -103,7 +103,7 @@ Fixed - + 16 20 @@ -141,7 +141,7 @@ - layout2 + tqlayout2 @@ -157,7 +157,7 @@ Fixed - + 16 20 @@ -185,7 +185,7 @@ Expanding - + 451 20 @@ -206,7 +206,7 @@ Expanding - + 20 50 @@ -232,8 +232,8 @@ kdialog.h - - + + kurlrequester.h klineedit.h diff --git a/kcontrol/css/csscustom.ui b/kcontrol/css/csscustom.ui index b19e08baf..da47ec849 100644 --- a/kcontrol/css/csscustom.ui +++ b/kcontrol/css/csscustom.ui @@ -4,7 +4,7 @@ CSSCustomDialog - + 0 0 @@ -243,7 +243,7 @@ Expanding - + 0 20 @@ -273,7 +273,7 @@ Expanding - + 20 0 @@ -315,7 +315,7 @@ Expanding - + 0 20 @@ -412,7 +412,7 @@ Expanding - + 0 20 @@ -429,7 +429,7 @@ Fixed - + 21 20 @@ -446,7 +446,7 @@ Fixed - + 20 20 @@ -463,7 +463,7 @@ Expanding - + 0 20 @@ -545,8 +545,8 @@ kcolorbutton.h kdialog.h - - + + kcolorbutton.h kcolorbutton.h diff --git a/kcontrol/css/preview.ui b/kcontrol/css/preview.ui index 438d40d37..bf1b95fd1 100644 --- a/kcontrol/css/preview.ui +++ b/kcontrol/css/preview.ui @@ -4,7 +4,7 @@ PreviewDialog - + 0 0 @@ -37,7 +37,7 @@ Expanding - + 20 20 @@ -87,8 +87,8 @@ people.</p> kseparator.h kdialog.h - - + + kseparator.h diff --git a/kcontrol/css/template.cpp b/kcontrol/css/template.cpp index e237ed796..02bcf69ed 100644 --- a/kcontrol/css/template.cpp +++ b/kcontrol/css/template.cpp @@ -32,7 +32,7 @@ bool CSSTemplate::expand(TQString destname, const TQMap &dict TQString expr = line.mid(start+1, end-start-1); TQString res = dict[expr]; - line.replace(start, end-start+1, res); + line.tqreplace(start, end-start+1, res); } } os << line << endl; -- cgit v1.2.1