diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:52 +0000 |
commit | 6082256ac592910b0fb2229a095eaa4d85254df2 (patch) | |
tree | a30fe22105b4413c310683d4fb21caff5f8caf6c /kbabel/commonui | |
parent | 4ae0c208b66e0f7954e194384464fe2d0a2c56dd (diff) | |
download | tdesdk-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/commonui')
-rw-r--r-- | kbabel/commonui/cmdedit.h | 8 | ||||
-rw-r--r-- | kbabel/commonui/context.h | 6 | ||||
-rw-r--r-- | kbabel/commonui/finddialog.h | 6 | ||||
-rw-r--r-- | kbabel/commonui/kactionselector.h | 10 | ||||
-rw-r--r-- | kbabel/commonui/projectprefwidgets.h | 16 | ||||
-rw-r--r-- | kbabel/commonui/roughtransdlg.h | 8 |
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 { |