From a2f8e999d0a8bd77f567b3335105e0f7e2b5f083 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:35:35 -0600 Subject: Remove additional unneeded tq method conversions --- kcm_gtk/kcmgtk.cpp | 4 ++-- kcm_gtk/kcmgtkwidget.ui | 6 +++--- kcm_gtk/searchpaths.ui | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kcm_gtk') diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index 219cbd4..79029a0 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -268,7 +268,7 @@ void KcmGtk::updateFontPreview() { widget->fontPreview->setFont(font); widget->fontPreview->setText( - i18n("%1 (size %2)").tqarg(font.family()).tqarg(TQString::number(font.pointSize()))); + i18n("%1 (size %2)").arg(font.family()).arg(TQString::number(font.pointSize()))); widget->fontPreview2->setFont(font); } @@ -627,7 +627,7 @@ void KcmGtk::writeFirefoxCSS(const TQString& path, const TQString& data) if (!file.open(IO_WriteOnly | IO_Truncate)) { - KMessageBox::error(this, i18n("Could not write to %1").tqarg(path), i18n("Mozilla profile")); + KMessageBox::error(this, i18n("Could not write to %1").arg(path), i18n("Mozilla profile")); return; } TQTextStream stream(&file); diff --git a/kcm_gtk/kcmgtkwidget.ui b/kcm_gtk/kcmgtkwidget.ui index 826ae84..feb5eae 100644 --- a/kcm_gtk/kcmgtkwidget.ui +++ b/kcm_gtk/kcmgtkwidget.ui @@ -367,7 +367,7 @@ Preview line 1 - + AlignVCenter @@ -550,7 +550,7 @@ Scrollbar buttons may sometimes be displayed incorrectly in Firefox and Thunderbird. This can be fixed by installing some files into your Mozilla profile. - + WordBreak|AlignVCenter @@ -600,7 +600,7 @@ Note that changes made here will only affect GTK applications when KDE is running. To change the styles and fonts used by applications in GNOME, use the GNOME configuration tools. - + WordBreak|AlignVCenter diff --git a/kcm_gtk/searchpaths.ui b/kcm_gtk/searchpaths.ui index abe83ef..c94a3b6 100644 --- a/kcm_gtk/searchpaths.ui +++ b/kcm_gtk/searchpaths.ui @@ -26,7 +26,7 @@ The control center module could not find the GTK-Qt theme engine in its list of search paths. If you have installed it elsewhere, you will need to add the correct path to the list below. - + WordBreak|AlignVCenter -- cgit v1.2.3