diff options
Diffstat (limited to 'kbabel/kbabeldict')
-rw-r--r-- | kbabel/kbabeldict/dictchooser.h | 4 | ||||
-rw-r--r-- | kbabel/kbabeldict/dictionarymenu.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/kbabeldictbox.cpp | 14 | ||||
-rw-r--r-- | kbabel/kbabeldict/kbabeldictbox.h | 14 | ||||
-rw-r--r-- | kbabel/kbabeldict/kbabeldictview.h | 10 | ||||
-rw-r--r-- | kbabel/kbabeldict/kbabelsplash.h | 8 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/pocompendium/pocompendium.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendium.h | 2 |
9 files changed, 29 insertions, 29 deletions
diff --git a/kbabel/kbabeldict/dictchooser.h b/kbabel/kbabeldict/dictchooser.h index c5740d33..3cb8e9d9 100644 --- a/kbabel/kbabeldict/dictchooser.h +++ b/kbabel/kbabeldict/dictchooser.h @@ -43,8 +43,8 @@ class KListBox; class KTempFile; -class QPushButton; -class QListBoxItem; +class TQPushButton; +class TQListBoxItem; class KDE_EXPORT DictChooser : public QWidget diff --git a/kbabel/kbabeldict/dictionarymenu.h b/kbabel/kbabeldict/dictionarymenu.h index c520501a..a359be78 100644 --- a/kbabel/kbabeldict/dictionarymenu.h +++ b/kbabel/kbabeldict/dictionarymenu.h @@ -39,7 +39,7 @@ #include <tqguardedptr.h> #include <kdemacros.h> -class QSignalMapper; +class TQSignalMapper; class KPopupMenu; class KActionCollection; diff --git a/kbabel/kbabeldict/kbabeldictbox.cpp b/kbabel/kbabeldict/kbabeldictbox.cpp index f6ca948f..9580f2d9 100644 --- a/kbabel/kbabeldict/kbabeldictbox.cpp +++ b/kbabel/kbabeldict/kbabeldictbox.cpp @@ -197,14 +197,14 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl ) TQGridLayout *grid = new TQGridLayout(mainLayout); - TQHBoxLayout *hbox = new QHBoxLayout; + TQHBoxLayout *hbox = new TQHBoxLayout; TQLabel *label = new TQLabel(i18n("Total:"),this); hbox->addWidget(label); totalResultsLabel = new TQLabel("0",this); hbox->addWidget(totalResultsLabel); grid->addLayout(hbox,0,0); - hbox = new QHBoxLayout; + hbox = new TQHBoxLayout; label = new TQLabel(i18n("Current:"), this); hbox->addWidget(label); currentLabel = new TQLabel("0",this); @@ -212,7 +212,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl ) grid->addLayout(hbox,1,0); - hbox = new QHBoxLayout; + hbox = new TQHBoxLayout; label = new TQLabel(i18n("Found in:"), this); hbox->addWidget(label); locationLabel = new TQLabel(this); @@ -220,7 +220,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl ) hbox->setStretchFactor(locationLabel,2); grid->addLayout(hbox,0,1); - hbox = new QHBoxLayout; + hbox = new TQHBoxLayout; label = new TQLabel(i18n("Translator:"), this); hbox->addWidget(label); translatorLabel = new TQLabel(this); @@ -232,7 +232,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl ) grid->setColStretch(1,2); - hbox = new QHBoxLayout; + hbox = new TQHBoxLayout; label = new TQLabel(i18n("Date:"),this); hbox->addWidget(label); dateLabel = new TQLabel(this); @@ -249,7 +249,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl ) mainLayout->addLayout(hbox); - hbox = new QHBoxLayout; + hbox = new TQHBoxLayout; hbox->addStretch(1); listButton = new TQToolButton(Qt::UpArrow,this); listButton->setFixedSize(20,15); @@ -307,7 +307,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl ) resultSplitter->setSizes(sizes); - hbox = new QHBoxLayout; + hbox = new TQHBoxLayout; hbox->addStretch(1); prevButton = new TQPushButton(i18n("< &Previous"),this); diff --git a/kbabel/kbabeldict/kbabeldictbox.h b/kbabel/kbabeldict/kbabeldictbox.h index 2c3992f1..e7bc86cd 100644 --- a/kbabel/kbabeldict/kbabeldictbox.h +++ b/kbabel/kbabeldict/kbabeldictbox.h @@ -43,13 +43,13 @@ #include <tqstringlist.h> class KListView; -class QLabel; -class QListViewItem; -class QPopupMenu; -class QPushButton; -class QSplitter; -class QTextView; -class QToolButton; +class TQLabel; +class TQListViewItem; +class TQPopupMenu; +class TQPushButton; +class TQSplitter; +class TQTextView; +class TQToolButton; struct ModuleInfo { diff --git a/kbabel/kbabeldict/kbabeldictview.h b/kbabel/kbabeldict/kbabeldictview.h index 838d3ba3..b45e8650 100644 --- a/kbabel/kbabeldict/kbabeldictview.h +++ b/kbabel/kbabeldict/kbabeldictview.h @@ -40,11 +40,11 @@ class KComboBox; class KLineEdit; class KProgress; -class QCheckBox; -class QLabel; -class QPushButton; -class QSplitter; -class QWidgetStack; +class TQCheckBox; +class TQLabel; +class TQPushButton; +class TQSplitter; +class TQWidgetStack; class KBabelDictBox; diff --git a/kbabel/kbabeldict/kbabelsplash.h b/kbabel/kbabeldict/kbabelsplash.h index c381d11b..208ea05c 100644 --- a/kbabel/kbabeldict/kbabelsplash.h +++ b/kbabel/kbabeldict/kbabelsplash.h @@ -32,10 +32,10 @@ #include <tqvbox.h> -class QLabel; -class QMouseEvent; -class QPaintEvent; -class QString; +class TQLabel; +class TQMouseEvent; +class TQPaintEvent; +class TQString; class KBabelSplash : public QVBox diff --git a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h index e0f4fe5d..7ada1d52 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h +++ b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h @@ -38,7 +38,7 @@ #include <tqguardedptr.h> #include <tqdict.h> -class QTimer; +class TQTimer; namespace KBabel { diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h index d96774e9..50ef9428 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h @@ -46,7 +46,7 @@ class CompendiumPreferencesWidget; class KConfigBase; -class QTimer; +class TQTimer; class PoCompendium : public SearchEngine { diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h index 21270799..d09e81c9 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h @@ -45,7 +45,7 @@ class TmxCompendiumPreferencesWidget; class KConfigBase; -class QTimer; +class TQTimer; class TmxCompendium : public SearchEngine { |