From 3b34e5cf56262c9f54a3bcf02ee5ad93ca0fb05b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 10:00:09 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit d6331f1b56eb6dca7a1950658b2932f208015da0. --- kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp | 4 ++-- kbabel/kbabeldict/modules/dbsearchengine2/dbse2.ui | 10 +++++----- .../kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui | 14 +++++++------- .../modules/dbsearchengine2/preferenceswidget.cpp | 8 ++++---- kbabel/kbabeldict/modules/dbsearchengine2/sourcedialog.ui | 4 ++-- 5 files changed, 20 insertions(+), 20 deletions(-) (limited to 'kbabel/kbabeldict/modules/dbsearchengine2') diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp index 923d9897..23f0b7d2 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp @@ -138,7 +138,7 @@ if (!called) { pb=true; count=0;} called=true; -kdDebug(0) << TQString("Scanning: %1, %2").arg(pathName).arg(pattern) << endl; +kdDebug(0) << TQString("Scanning: %1, %2").tqarg(pathName).tqarg(pattern) << endl; if(pb) { @@ -212,7 +212,7 @@ emit fileLoading(0); bool error; -ConversionStatus rr=catalog->openURL(u); +ConversiontqStatus rr=catalog->openURL(u); if(rr != OK && rr !=RECOVERED_PARSE_ERROR ) { delete catalog; diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2.ui b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2.ui index 685e86bd..285319e5 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2.ui +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2.ui @@ -109,7 +109,7 @@ Expanding - + 20 40 @@ -147,7 +147,7 @@ Expanding - + 20 40 @@ -380,7 +380,7 @@ Fixed - + 20 20 @@ -496,7 +496,7 @@ Expanding - + 20 20 @@ -669,7 +669,7 @@ Expanding - + 20 40 diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui b/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui index e3ef3776..64a74b8a 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui @@ -182,7 +182,7 @@ It also substitutes groups of more than one space character with only one space 0 - + 0 20 @@ -248,7 +248,7 @@ It also substitutes groups of more than one space character with only one space Fixed - + 20 20 @@ -265,7 +265,7 @@ It also substitutes groups of more than one space character with only one space Fixed - + 20 20 @@ -335,7 +335,7 @@ It also substitutes groups of more than one space character with only one space Fixed - + 20 20 @@ -387,7 +387,7 @@ If you search for <em>My name is Andrea</em> and you have activated Fixed - + 20 20 @@ -418,7 +418,7 @@ If you search for <em>My name is Andrea</em> and you have activated Fixed - + 20 20 @@ -490,7 +490,7 @@ If you search for <em>My name is Andrea</em> and you have activated [A-Za-z0-9_% - + AlignVCenter|AlignRight diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp index 995f3b05..ff767436 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include #include @@ -18,14 +18,14 @@ KDB2PreferencesWidget::KDB2PreferencesWidget(TQWidget *parent, const char* name) : PrefWidget(parent,name) { - TQVBoxLayout *layout = new TQVBoxLayout(this); + TQVBoxLayout *tqlayout = new TQVBoxLayout(this); // TQLabel *label = new TQLabel(i18n("Settings for KDE Database Search Engine"),this); -// layout->addWidget(label); +// tqlayout->addWidget(label); dbpw = new DBSearchEnginePrefWidget(this); dbpw->dbDirectory->setMode(KFile::Directory | KFile::LocalOnly); dbpw->show(); - layout->addWidget(dbpw); + tqlayout->addWidget(dbpw); setMinimumSize(300,300); standard(); diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/sourcedialog.ui b/kbabel/kbabeldict/modules/dbsearchengine2/sourcedialog.ui index a34953df..39e1f2ac 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/sourcedialog.ui +++ b/kbabel/kbabeldict/modules/dbsearchengine2/sourcedialog.ui @@ -29,7 +29,7 @@ Expanding - + 40 20 @@ -72,7 +72,7 @@ - Status: + tqStatus: -- cgit v1.2.1