summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
commit6082256ac592910b0fb2229a095eaa4d85254df2 (patch)
treea30fe22105b4413c310683d4fb21caff5f8caf6c /kbabel
parent4ae0c208b66e0f7954e194384464fe2d0a2c56dd (diff)
downloadtdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.tar.gz
tdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/addons/kfile-plugins/kfile_po.h2
-rw-r--r--kbabel/catalogmanager/catalogmanager.h6
-rw-r--r--kbabel/catalogmanager/catalogmanagerview.h6
-rw-r--r--kbabel/catalogmanager/catmanlistitem.h2
-rw-r--r--kbabel/catalogmanager/findinfilesdialog.h2
-rw-r--r--kbabel/catalogmanager/libcvs/cvsdialog.h14
-rw-r--r--kbabel/catalogmanager/libcvs/cvshandler.h6
-rw-r--r--kbabel/catalogmanager/libsvn/svndialog.h14
-rw-r--r--kbabel/catalogmanager/libsvn/svnhandler.h4
-rw-r--r--kbabel/common/catalog.h8
-rw-r--r--kbabel/common/catalog_private.h8
-rw-r--r--kbabel/common/catalogfileplugin.h2
-rw-r--r--kbabel/common/catalogitem.h2
-rw-r--r--kbabel/common/catalogsettings.h4
-rw-r--r--kbabel/common/findoptions.h4
-rw-r--r--kbabel/common/importplugin_private.h2
-rw-r--r--kbabel/common/kbmailer.h2
-rw-r--r--kbabel/common/msgfmt.h2
-rw-r--r--kbabel/commonui/cmdedit.h8
-rw-r--r--kbabel/commonui/context.h6
-rw-r--r--kbabel/commonui/finddialog.h6
-rw-r--r--kbabel/commonui/kactionselector.h10
-rw-r--r--kbabel/commonui/projectprefwidgets.h16
-rw-r--r--kbabel/commonui/roughtransdlg.h8
-rw-r--r--kbabel/datatools/regexp/main.h2
-rw-r--r--kbabel/filters/gettext/gettextexport.h4
-rw-r--r--kbabel/filters/gettext/gettextimport.h4
-rw-r--r--kbabel/filters/linguist/linguistexport.h4
-rw-r--r--kbabel/filters/linguist/linguistimport.h4
-rw-r--r--kbabel/filters/xliff/xliffexport.h4
-rw-r--r--kbabel/filters/xliff/xliffimport.h4
-rw-r--r--kbabel/kbabel/charselectview.h2
-rw-r--r--kbabel/kbabel/commentview.h2
-rw-r--r--kbabel/kbabel/contextview.h2
-rw-r--r--kbabel/kbabel/errorlistview.h2
-rw-r--r--kbabel/kbabel/hidingmsgedit.h4
-rw-r--r--kbabel/kbabel/kbabel.h6
-rw-r--r--kbabel/kbabel/kbabelsplash.h8
-rw-r--r--kbabel/kbabel/kbabelview.h8
-rw-r--r--kbabel/kbabel/kbbookmarkhandler.h4
-rw-r--r--kbabel/kbabel/kbcharselect.h2
-rw-r--r--kbabel/kbabel/kbhighlighting.h6
-rw-r--r--kbabel/kbabel/mymultilineedit.h2
-rw-r--r--kbabel/kbabeldict/dictchooser.h4
-rw-r--r--kbabel/kbabeldict/dictionarymenu.h2
-rw-r--r--kbabel/kbabeldict/kbabeldictbox.cpp14
-rw-r--r--kbabel/kbabeldict/kbabeldictbox.h14
-rw-r--r--kbabel/kbabeldict/kbabeldictview.h10
-rw-r--r--kbabel/kbabeldict/kbabelsplash.h8
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h2
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/pocompendium.h2
-rw-r--r--kbabel/kbabeldict/modules/tmx/tmxcompendium.h2
52 files changed, 138 insertions, 138 deletions
diff --git a/kbabel/addons/kfile-plugins/kfile_po.h b/kbabel/addons/kfile-plugins/kfile_po.h
index 9b707a8f..091bd5f3 100644
--- a/kbabel/addons/kfile-plugins/kfile_po.h
+++ b/kbabel/addons/kfile-plugins/kfile_po.h
@@ -34,7 +34,7 @@
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class KPoPlugin : public KFilePlugin
diff --git a/kbabel/catalogmanager/catalogmanager.h b/kbabel/catalogmanager/catalogmanager.h
index 11927bd7..17235d8e 100644
--- a/kbabel/catalogmanager/catalogmanager.h
+++ b/kbabel/catalogmanager/catalogmanager.h
@@ -53,9 +53,9 @@
#include "catalogmanagerview.h"
class CatManListItem;
-class QPixmap;
-class QPopupMenu;
-class QTimer;
+class TQPixmap;
+class TQPopupMenu;
+class TQTimer;
class KProgress;
class KAction;
class KConfig;
diff --git a/kbabel/catalogmanager/catalogmanagerview.h b/kbabel/catalogmanager/catalogmanagerview.h
index 9c93d195..a1a23729 100644
--- a/kbabel/catalogmanager/catalogmanagerview.h
+++ b/kbabel/catalogmanager/catalogmanagerview.h
@@ -54,11 +54,11 @@
#include "svnresources.h"
class CatManListItem;
-class QPixmap;
-class QPopupMenu;
+class TQPixmap;
+class TQPopupMenu;
class KBabelDictBox;
class CatManPreferences;
-class QTextEdit;
+class TQTextEdit;
class KProgress;
class KConfig;
class KDataToolInfo;
diff --git a/kbabel/catalogmanager/catmanlistitem.h b/kbabel/catalogmanager/catmanlistitem.h
index 00fc3842..b156c034 100644
--- a/kbabel/catalogmanager/catmanlistitem.h
+++ b/kbabel/catalogmanager/catmanlistitem.h
@@ -46,7 +46,7 @@
#include "validateprogress.h"
class CatalogManagerView;
-class QPixmap;
+class TQPixmap;
class KDataTool;
namespace KBabel
diff --git a/kbabel/catalogmanager/findinfilesdialog.h b/kbabel/catalogmanager/findinfilesdialog.h
index 608e78e0..4ddbbb7d 100644
--- a/kbabel/catalogmanager/findinfilesdialog.h
+++ b/kbabel/catalogmanager/findinfilesdialog.h
@@ -36,7 +36,7 @@
#include "findoptions.h"
#include "finddialog.h"
-class QCheckBox;
+class TQCheckBox;
class FindInFilesDialog : public FindDialog
{
diff --git a/kbabel/catalogmanager/libcvs/cvsdialog.h b/kbabel/catalogmanager/libcvs/cvsdialog.h
index 1ed312fe..0eccf24c 100644
--- a/kbabel/catalogmanager/libcvs/cvsdialog.h
+++ b/kbabel/catalogmanager/libcvs/cvsdialog.h
@@ -40,13 +40,13 @@
// Project specific include files
#include "cvsresources.h"
// Forwarding Qt classes
-class QCheckBox;
-class QComboBox;
-class QListBox;
-class QPushButton;
-class QString;
-class QStringList;
-class QTextEdit;
+class TQCheckBox;
+class TQComboBox;
+class TQListBox;
+class TQPushButton;
+class TQString;
+class TQStringList;
+class TQTextEdit;
// Forwarding KDE classes
class KProcess;
class KTempFile;
diff --git a/kbabel/catalogmanager/libcvs/cvshandler.h b/kbabel/catalogmanager/libcvs/cvshandler.h
index 8157a895..961c41fd 100644
--- a/kbabel/catalogmanager/libcvs/cvshandler.h
+++ b/kbabel/catalogmanager/libcvs/cvshandler.h
@@ -42,9 +42,9 @@
#include "cvsdialog.h"
#include "cvsresources.h"
// Forwarding Qt classes
-class QString;
-class QStringList;
-class QWidget;
+class TQString;
+class TQStringList;
+class TQWidget;
class KSharedConfig;
diff --git a/kbabel/catalogmanager/libsvn/svndialog.h b/kbabel/catalogmanager/libsvn/svndialog.h
index 23ec6a7e..d1ca2d16 100644
--- a/kbabel/catalogmanager/libsvn/svndialog.h
+++ b/kbabel/catalogmanager/libsvn/svndialog.h
@@ -40,13 +40,13 @@
// Project specific include files
#include "svnresources.h"
// Forwarding Qt classes
-class QCheckBox;
-class QComboBox;
-class QListBox;
-class QPushButton;
-class QString;
-class QStringList;
-class QTextEdit;
+class TQCheckBox;
+class TQComboBox;
+class TQListBox;
+class TQPushButton;
+class TQString;
+class TQStringList;
+class TQTextEdit;
// Forwarding KDE classes
class KProcess;
class KTempFile;
diff --git a/kbabel/catalogmanager/libsvn/svnhandler.h b/kbabel/catalogmanager/libsvn/svnhandler.h
index 4933cb92..82039421 100644
--- a/kbabel/catalogmanager/libsvn/svnhandler.h
+++ b/kbabel/catalogmanager/libsvn/svnhandler.h
@@ -42,8 +42,8 @@
#include "svndialog.h"
#include "svnresources.h"
// Forwarding Qt classes
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
class KSharedConfig;
diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h
index 27b22bab..6a5c0491 100644
--- a/kbabel/common/catalog.h
+++ b/kbabel/common/catalog.h
@@ -48,11 +48,11 @@
#include <kstandarddirs.h>
class KDataTool;
-class QString;
-class QTextStream;
+class TQString;
+class TQTextStream;
class KFileInfo;
-class QTextCodec;
-class QFile;
+class TQTextCodec;
+class TQFile;
class KDataTool;
class KURL;
diff --git a/kbabel/common/catalog_private.h b/kbabel/common/catalog_private.h
index 153c8486..e27f1174 100644
--- a/kbabel/common/catalog_private.h
+++ b/kbabel/common/catalog_private.h
@@ -48,11 +48,11 @@
#include "catalogitem.h"
#include "regexpextractor.h"
-class QString;
-class QTextStream;
+class TQString;
+class TQTextStream;
class KFileInfo;
-class QTextCodec;
-class QFile;
+class TQTextCodec;
+class TQFile;
class FindOptions;
class KConfig;
diff --git a/kbabel/common/catalogfileplugin.h b/kbabel/common/catalogfileplugin.h
index caa94c17..77b760e8 100644
--- a/kbabel/common/catalogfileplugin.h
+++ b/kbabel/common/catalogfileplugin.h
@@ -36,7 +36,7 @@
#include <kdemacros.h>
-class QString;
+class TQString;
namespace KBabel
{
diff --git a/kbabel/common/catalogitem.h b/kbabel/common/catalogitem.h
index 9a7d6071..51b7b21b 100644
--- a/kbabel/common/catalogitem.h
+++ b/kbabel/common/catalogitem.h
@@ -42,7 +42,7 @@
#include "catalogfileplugin.h"
#include "kbproject.h"
-class QTextStream;
+class TQTextStream;
class GettextFlexLexer;
namespace KBabel
diff --git a/kbabel/common/catalogsettings.h b/kbabel/common/catalogsettings.h
index 5d220e57..50bdbada 100644
--- a/kbabel/common/catalogsettings.h
+++ b/kbabel/common/catalogsettings.h
@@ -39,8 +39,8 @@
#include <tqdatetime.h>
#include <kdemacros.h>
-class QTextCodec;
-class QStringList;
+class TQTextCodec;
+class TQStringList;
namespace KBabel
{
diff --git a/kbabel/common/findoptions.h b/kbabel/common/findoptions.h
index 4b5f94a9..518828df 100644
--- a/kbabel/common/findoptions.h
+++ b/kbabel/common/findoptions.h
@@ -37,8 +37,8 @@
#include <tqregexp.h>
-class QString;
-class QChar;
+class TQString;
+class TQChar;
namespace KBabel
{
diff --git a/kbabel/common/importplugin_private.h b/kbabel/common/importplugin_private.h
index bff1ed90..594ce21f 100644
--- a/kbabel/common/importplugin_private.h
+++ b/kbabel/common/importplugin_private.h
@@ -35,7 +35,7 @@
#include "catalogitem.h"
-class QTextCodec;
+class TQTextCodec;
namespace KBabel {
diff --git a/kbabel/common/kbmailer.h b/kbabel/common/kbmailer.h
index c83c9371..17481636 100644
--- a/kbabel/common/kbmailer.h
+++ b/kbabel/common/kbmailer.h
@@ -40,7 +40,7 @@
#include <kdemacros.h>
#include <ktempdir.h>
-class QWidget;
+class TQWidget;
class KURL;
diff --git a/kbabel/common/msgfmt.h b/kbabel/common/msgfmt.h
index 846501c1..1a025312 100644
--- a/kbabel/common/msgfmt.h
+++ b/kbabel/common/msgfmt.h
@@ -37,7 +37,7 @@
#include <kdemacros.h>
class KProcess;
-class QString;
+class TQString;
namespace KBabel
{
diff --git a/kbabel/commonui/cmdedit.h b/kbabel/commonui/cmdedit.h
index 64abd815..288b6fb5 100644
--- a/kbabel/commonui/cmdedit.h
+++ b/kbabel/commonui/cmdedit.h
@@ -40,10 +40,10 @@
#include <tqwidget.h>
#include <tqstringlist.h>
-class QListBox;
-class QLineEdit;
-class QPushButton;
-class QToolButton;
+class TQListBox;
+class TQLineEdit;
+class TQPushButton;
+class TQToolButton;
class CmdEdit : public QWidget
{
diff --git a/kbabel/commonui/context.h b/kbabel/commonui/context.h
index d68a2371..ab52fb8b 100644
--- a/kbabel/commonui/context.h
+++ b/kbabel/commonui/context.h
@@ -41,9 +41,9 @@
#include <kbproject.h>
-class QComboBox;
-class QVBoxLayout;
-class QLineEdit;
+class TQComboBox;
+class TQVBoxLayout;
+class TQLineEdit;
class KListEditor;
class KConfig;
class KURL;
diff --git a/kbabel/commonui/finddialog.h b/kbabel/commonui/finddialog.h
index c7e6ac14..e489c51a 100644
--- a/kbabel/commonui/finddialog.h
+++ b/kbabel/commonui/finddialog.h
@@ -37,9 +37,9 @@
#include <tqstringlist.h>
#include <kdialogbase.h>
-class QButtonGroup;
-class QCheckBox;
-class QLabel;
+class TQButtonGroup;
+class TQCheckBox;
+class TQLabel;
class KComboBox;
#include "findoptions.h"
diff --git a/kbabel/commonui/kactionselector.h b/kbabel/commonui/kactionselector.h
index 04139570..f9bae466 100644
--- a/kbabel/commonui/kactionselector.h
+++ b/kbabel/commonui/kactionselector.h
@@ -32,11 +32,11 @@
#include <tqwidget.h>
-class QListBox;
-class QListBoxItem;
-class QKeyEvent;
-class QEvent;
-class QIconSet;
+class TQListBox;
+class TQListBoxItem;
+class TQKeyEvent;
+class TQEvent;
+class TQIconSet;
class KActionSelectorPrivate;
diff --git a/kbabel/commonui/projectprefwidgets.h b/kbabel/commonui/projectprefwidgets.h
index 8dd7b561..ea5b9d30 100644
--- a/kbabel/commonui/projectprefwidgets.h
+++ b/kbabel/commonui/projectprefwidgets.h
@@ -41,20 +41,20 @@
class KLineEdit;
-class QLineEdit;
-class QCheckBox;
-class QComboBox;
-class QListBox;
-class QRadioButton;
-class QSpinBox;
+class TQLineEdit;
+class TQCheckBox;
+class TQComboBox;
+class TQListBox;
+class TQRadioButton;
+class TQSpinBox;
class CmdEdit;
class KFontChooser;
class KColorButton;
class KComboBox;
class KSpellConfig;
class KURLRequester;
-class QPushButton;
-class QGroupBox;
+class TQPushButton;
+class TQGroupBox;
class KListEditor;
class ToolSelectionWidget;
class KIntNumInput;
diff --git a/kbabel/commonui/roughtransdlg.h b/kbabel/commonui/roughtransdlg.h
index d9e582f2..aa33a66f 100644
--- a/kbabel/commonui/roughtransdlg.h
+++ b/kbabel/commonui/roughtransdlg.h
@@ -45,10 +45,10 @@ namespace KBabel
}
class KProgress;
-class QCheckBox;
-class QHButtonGroup;
-class QRadioButton;
-class QVBox;
+class TQCheckBox;
+class TQHButtonGroup;
+class TQRadioButton;
+class TQVBox;
class KDE_EXPORT RoughTransDlg : public KDialogBase
{
diff --git a/kbabel/datatools/regexp/main.h b/kbabel/datatools/regexp/main.h
index c81f96a0..64df538b 100644
--- a/kbabel/datatools/regexp/main.h
+++ b/kbabel/datatools/regexp/main.h
@@ -27,7 +27,7 @@
#include <kdatatool.h>
#include <tqvaluelist.h>
-class QDomElement;
+class TQDomElement;
class Expression
{
diff --git a/kbabel/filters/gettext/gettextexport.h b/kbabel/filters/gettext/gettextexport.h
index 3c694d1a..2d1b9681 100644
--- a/kbabel/filters/gettext/gettextexport.h
+++ b/kbabel/filters/gettext/gettextexport.h
@@ -41,8 +41,8 @@ namespace KBabel {
class Catalog;
}
class KURL;
-class QFile;
-class QTextCodec;
+class TQFile;
+class TQTextCodec;
/**
* @brief The class for exporting GNU gettext PO files.
diff --git a/kbabel/filters/gettext/gettextimport.h b/kbabel/filters/gettext/gettextimport.h
index dc84e404..54ced3f0 100644
--- a/kbabel/filters/gettext/gettextimport.h
+++ b/kbabel/filters/gettext/gettextimport.h
@@ -38,8 +38,8 @@
#include <tqstringlist.h>
class KURL;
-class QFile;
-class QTextCodec;
+class TQFile;
+class TQTextCodec;
/* ****************************************************************************
The class for importing GNU gettext PO files. As an extra information,
diff --git a/kbabel/filters/linguist/linguistexport.h b/kbabel/filters/linguist/linguistexport.h
index 2ad80bd7..b3399ed1 100644
--- a/kbabel/filters/linguist/linguistexport.h
+++ b/kbabel/filters/linguist/linguistexport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
namespace KBabel {
class Catalog;
diff --git a/kbabel/filters/linguist/linguistimport.h b/kbabel/filters/linguist/linguistimport.h
index 8c6fdbc0..175a28f8 100644
--- a/kbabel/filters/linguist/linguistimport.h
+++ b/kbabel/filters/linguist/linguistimport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
/**
* The class for importing Qt's translation source files.
diff --git a/kbabel/filters/xliff/xliffexport.h b/kbabel/filters/xliff/xliffexport.h
index 2e720b82..cc44cbec 100644
--- a/kbabel/filters/xliff/xliffexport.h
+++ b/kbabel/filters/xliff/xliffexport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
namespace KBabel {
class Catalog;
diff --git a/kbabel/filters/xliff/xliffimport.h b/kbabel/filters/xliff/xliffimport.h
index 45dd612e..e86d59a3 100644
--- a/kbabel/filters/xliff/xliffimport.h
+++ b/kbabel/filters/xliff/xliffimport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
/**
* The class for importing XLIFF 1.1 translation source files.
diff --git a/kbabel/kbabel/charselectview.h b/kbabel/kbabel/charselectview.h
index 7b0fa8a5..160b5295 100644
--- a/kbabel/kbabel/charselectview.h
+++ b/kbabel/kbabel/charselectview.h
@@ -36,7 +36,7 @@
#include "kbcatalogview.h"
class KCharSelectTable;
-class QSpinBox;
+class TQSpinBox;
class CharacterSelectorView : public KBCatalogView
{
diff --git a/kbabel/kbabel/commentview.h b/kbabel/kbabel/commentview.h
index 6d637add..8dcce18d 100644
--- a/kbabel/kbabel/commentview.h
+++ b/kbabel/kbabel/commentview.h
@@ -33,7 +33,7 @@
#ifndef COMMENTVIEW_H
#define COMMENTVIEW_H
-class QTextView;
+class TQTextView;
#include <tqwidget.h>
diff --git a/kbabel/kbabel/contextview.h b/kbabel/kbabel/contextview.h
index f51d3767..72faa160 100644
--- a/kbabel/kbabel/contextview.h
+++ b/kbabel/kbabel/contextview.h
@@ -35,7 +35,7 @@
#include "kbcatalogview.h"
-class QTextView;
+class TQTextView;
class ContextView : public KBCatalogView
{
diff --git a/kbabel/kbabel/errorlistview.h b/kbabel/kbabel/errorlistview.h
index cb1886c9..320e122d 100644
--- a/kbabel/kbabel/errorlistview.h
+++ b/kbabel/kbabel/errorlistview.h
@@ -34,7 +34,7 @@
#include "kbcatalogview.h"
-class QTextView;
+class TQTextView;
class ErrorListView : public KBCatalogView
{
diff --git a/kbabel/kbabel/hidingmsgedit.h b/kbabel/kbabel/hidingmsgedit.h
index 226f6e2d..b38a3bd5 100644
--- a/kbabel/kbabel/hidingmsgedit.h
+++ b/kbabel/kbabel/hidingmsgedit.h
@@ -37,8 +37,8 @@
#include "mymultilineedit.h"
class KSpell;
-class QTabWidget;
-class QPopupMenu;
+class TQTabWidget;
+class TQPopupMenu;
namespace KBabel
{
diff --git a/kbabel/kbabel/kbabel.h b/kbabel/kbabel/kbabel.h
index f6c5aa18..10f57336 100644
--- a/kbabel/kbabel/kbabel.h
+++ b/kbabel/kbabel/kbabel.h
@@ -53,9 +53,9 @@ class KAction;
class KRecentFilesAction;
class KLed;
class KProgress;
-class QHBox;
-class QLabel;
-class QTimer;
+class TQHBox;
+class TQLabel;
+class TQTimer;
class KBCatalog;
class KBabelPreferences;
diff --git a/kbabel/kbabel/kbabelsplash.h b/kbabel/kbabel/kbabelsplash.h
index b9a92c53..af23460b 100644
--- a/kbabel/kbabel/kbabelsplash.h
+++ b/kbabel/kbabel/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/kbabel/kbabelview.h b/kbabel/kbabel/kbabelview.h
index fb86cd6b..be492548 100644
--- a/kbabel/kbabel/kbabelview.h
+++ b/kbabel/kbabel/kbabelview.h
@@ -38,7 +38,7 @@
class HidingMsgEdit;
class MsgMultiLineEdit;
class GotoDialog;
-class QPopupMenu;
+class TQPopupMenu;
class KLed;
class FindDialog;
class ReplaceDialog;
@@ -51,9 +51,9 @@ namespace KBabel
class ReplaceOptions;
}
-class QListBoxItem;
-class QTextView;
-class QTabWidget;
+class TQListBoxItem;
+class TQTextView;
+class TQTabWidget;
class KListBox;
class KSpell;
class KSpellConfig;
diff --git a/kbabel/kbabel/kbbookmarkhandler.h b/kbabel/kbabel/kbbookmarkhandler.h
index 42e94959..3f4987f2 100644
--- a/kbabel/kbabel/kbbookmarkhandler.h
+++ b/kbabel/kbabel/kbbookmarkhandler.h
@@ -37,8 +37,8 @@
#include <tqobject.h>
#include <tqptrlist.h>
-class QPopupMenu;
-class QString;
+class TQPopupMenu;
+class TQString;
/**
diff --git a/kbabel/kbabel/kbcharselect.h b/kbabel/kbabel/kbcharselect.h
index 7b42318c..83de635d 100644
--- a/kbabel/kbabel/kbcharselect.h
+++ b/kbabel/kbabel/kbcharselect.h
@@ -37,7 +37,7 @@
class KConfig;
class KCharSelectTable;
-class QSpinBox;
+class TQSpinBox;
class KBCharSelect : public QVBox
{
diff --git a/kbabel/kbabel/kbhighlighting.h b/kbabel/kbabel/kbhighlighting.h
index fe93e0ef..3f202d99 100644
--- a/kbabel/kbabel/kbhighlighting.h
+++ b/kbabel/kbabel/kbhighlighting.h
@@ -43,9 +43,9 @@
#include <tqguardedptr.h>
class KSpell;
-class QColor;
-class QString;
-class QTextEdit;
+class TQColor;
+class TQString;
+class TQTextEdit;
class KBabelHighlighter : public QObject
{
diff --git a/kbabel/kbabel/mymultilineedit.h b/kbabel/kbabel/mymultilineedit.h
index 4f076af5..624e5e4c 100644
--- a/kbabel/kbabel/mymultilineedit.h
+++ b/kbabel/kbabel/mymultilineedit.h
@@ -45,7 +45,7 @@ namespace KBabel
class KBabelHighlighter;
class KSpell;
-class QPixmap;
+class TQPixmap;
class MyMultiLineEdit : public KTextEdit
{
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
{