From 7225c815f485e09d2d967c4e97913cf676029103 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:29:43 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kcm_gtk/emacsdetails.ui | 4 ++-- kcm_gtk/kcmgtk.cpp | 10 ++++----- kcm_gtk/kcmgtkwidget.ui | 56 ++++++++++++++++++++++++------------------------- kcm_gtk/searchpaths.ui | 8 +++---- 4 files changed, 39 insertions(+), 39 deletions(-) (limited to 'kcm_gtk') diff --git a/kcm_gtk/emacsdetails.ui b/kcm_gtk/emacsdetails.ui index 3686640..f74ba42 100644 --- a/kcm_gtk/emacsdetails.ui +++ b/kcm_gtk/emacsdetails.ui @@ -186,7 +186,7 @@ When enabled, they will override the standard keyboard shortcuts in GTK applicat - tqlayout13 + layout13 @@ -202,7 +202,7 @@ When enabled, they will override the standard keyboard shortcuts in GTK applicat Expanding - + 101 21 diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index 219cbd4..3ec5837 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -18,14 +18,14 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include +#include #include #include #include #include #include -#include +#include #include #include #include @@ -175,7 +175,7 @@ KcmGtk::KcmGtk(TQWidget *parent, const char *name, const TQStringList&) gtkSearchPaths = config->readListEntry("gtkSearchPaths", gtkSearchPathsDefault); - // Add the widget to our tqlayout + // Add the widget to our layout TQBoxLayout* l = new TQVBoxLayout(this); widget = new KcmGtkWidget(this); l->addWidget(widget); @@ -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 f2b69bf..bfb781d 100644 --- a/kcm_gtk/kcmgtkwidget.ui +++ b/kcm_gtk/kcmgtkwidget.ui @@ -43,7 +43,7 @@ - tqlayout12 + layout12 @@ -67,7 +67,7 @@ Minimum - + 20 16 @@ -78,7 +78,7 @@ - tqlayout17 + layout17 @@ -94,7 +94,7 @@ Expanding - + 150 21 @@ -103,7 +103,7 @@ - tqlayout16 + layout16 @@ -127,7 +127,7 @@ Expanding - + 176 20 @@ -215,7 +215,7 @@ - tqlayout7_2 + layout7_2 @@ -239,7 +239,7 @@ Expanding - + 20 31 @@ -250,7 +250,7 @@ - tqlayout14 + layout14 @@ -274,7 +274,7 @@ Expanding - + 238 21 @@ -291,7 +291,7 @@ - tqlayout10 + layout10 @@ -307,7 +307,7 @@ Fixed - + 20 10 @@ -337,7 +337,7 @@ - tqlayout13 + layout13 @@ -353,7 +353,7 @@ Fixed - + 20 16 @@ -367,7 +367,7 @@ Preview line 1 - + AlignVCenter @@ -390,7 +390,7 @@ - tqlayout10 + layout10 @@ -414,7 +414,7 @@ Minimum - + 21 10 @@ -425,7 +425,7 @@ - tqlayout12 + layout12 @@ -444,7 +444,7 @@ - tqlayout11 + layout11 @@ -468,7 +468,7 @@ Expanding - + 141 21 @@ -502,7 +502,7 @@ - tqlayout7_2_2 + layout7_2_2 @@ -526,7 +526,7 @@ Expanding - + 20 31 @@ -537,7 +537,7 @@ - tqlayout12 + layout12 @@ -550,13 +550,13 @@ 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 - tqlayout11 + layout11 @@ -580,7 +580,7 @@ Expanding - + 101 21 @@ -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 @@ -614,7 +614,7 @@ Expanding - + 51 16 diff --git a/kcm_gtk/searchpaths.ui b/kcm_gtk/searchpaths.ui index d208ea9..ac87cec 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 @@ -37,7 +37,7 @@ - tqlayout31 + layout31 @@ -91,7 +91,7 @@ - tqlayout33 + layout33 @@ -107,7 +107,7 @@ Expanding - + 51 20 -- cgit v1.2.3