diff options
Diffstat (limited to 'khexedit/optiondialog.h')
-rw-r--r-- | khexedit/optiondialog.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h index 72ffc4a..b53a806 100644 --- a/khexedit/optiondialog.h +++ b/khexedit/optiondialog.h @@ -22,15 +22,15 @@ #define _OPTION_DIALOG_H_ -class QComboBox; -class QFrame; -class QCheckBox; -class QLabel; -class QLineEdit; +class TQComboBox; +class TQFrame; +class TQCheckBox; +class TQLabel; +class TQLineEdit; class QPushbutton; -class QRadioButton; -class QSpinBox; -class QComboBox; +class TQRadioButton; +class TQSpinBox; +class TQComboBox; class KFontChooser; |