From f46912a1a50c5ca06eb713e43e170f5ac47bb680 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:58:10 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 23aecb275d6085b7a15a38da0180edf156c8ea9d. --- .../stringreplacer/editreplacementwidget.ui | 16 ++++++++-------- .../filters/stringreplacer/stringreplacerconf.cpp | 8 ++++---- .../stringreplacer/stringreplacerconfwidget.ui | 22 +++++++++++----------- kttsd/filters/stringreplacer/stringreplacerproc.h | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) (limited to 'kttsd/filters/stringreplacer') diff --git a/kttsd/filters/stringreplacer/editreplacementwidget.ui b/kttsd/filters/stringreplacer/editreplacementwidget.ui index 8c61932..d672bbd 100644 --- a/kttsd/filters/stringreplacer/editreplacementwidget.ui +++ b/kttsd/filters/stringreplacer/editreplacementwidget.ui @@ -21,7 +21,7 @@ 255 - + 0 0 @@ -33,7 +33,7 @@ - layout1 + tqlayout1 @@ -63,7 +63,7 @@ - layout3 + tqlayout3 @@ -128,7 +128,7 @@ - layout2 + tqlayout2 @@ -136,7 +136,7 @@ - layout6 + tqlayout6 @@ -157,7 +157,7 @@ &Replace with: - + AlignVCenter|AlignRight @@ -179,7 +179,7 @@ &Match: - + AlignVCenter|AlignRight @@ -190,7 +190,7 @@ - layout5 + tqlayout5 diff --git a/kttsd/filters/stringreplacer/stringreplacerconf.cpp b/kttsd/filters/stringreplacer/stringreplacerconf.cpp index cad745e..4d4ea72 100644 --- a/kttsd/filters/stringreplacer/stringreplacerconf.cpp +++ b/kttsd/filters/stringreplacer/stringreplacerconf.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -67,11 +67,11 @@ StringReplacerConf::StringReplacerConf( TQWidget *parent, const char *name, cons // kdDebug() << "StringReplacerConf::StringReplacerConf: Running" << endl; // Create configuration widget. - TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), + TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint(), "StringReplacerConfigWidgetLayout"); - layout->setAlignment (TQt::AlignTop); + tqlayout->tqsetAlignment (TQt::AlignTop); m_widget = new StringReplacerConfWidget(this, "StringReplacerConfigWidget"); - layout->addWidget(m_widget); + tqlayout->addWidget(m_widget); m_widget->substLView->setSortColumn(-1); connect(m_widget->nameLineEdit, TQT_SIGNAL(textChanged(const TQString&)), diff --git a/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui b/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui index d18b541..73c5954 100644 --- a/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui +++ b/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui @@ -23,7 +23,7 @@ - layout3 + tqlayout3 @@ -36,7 +36,7 @@ &Name: - + AlignVCenter|AlignRight @@ -73,7 +73,7 @@ - layout11 + tqlayout11 @@ -86,7 +86,7 @@ Lan&guage is: - + AlignVCenter|AlignRight @@ -104,7 +104,7 @@ Application &ID contains: - + AlignVCenter|AlignRight @@ -118,7 +118,7 @@ - layout13 + tqlayout13 @@ -126,7 +126,7 @@ - layout12 + tqlayout12 @@ -170,7 +170,7 @@ - layout6 + tqlayout6 @@ -243,7 +243,7 @@ - layout24 + tqlayout24 @@ -303,7 +303,7 @@ - layout23 + tqlayout23 @@ -427,7 +427,7 @@ Expanding - + 20 20 diff --git a/kttsd/filters/stringreplacer/stringreplacerproc.h b/kttsd/filters/stringreplacer/stringreplacerproc.h index f3efb90..0fffbc9 100644 --- a/kttsd/filters/stringreplacer/stringreplacerproc.h +++ b/kttsd/filters/stringreplacer/stringreplacerproc.h @@ -27,7 +27,7 @@ // TQt includes. #include -#include +#include #include #include #include -- cgit v1.2.1