summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui')
-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
6 files changed, 27 insertions, 27 deletions
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
{