diff options
Diffstat (limited to 'krec/krecconfigure.h')
-rw-r--r-- | krec/krecconfigure.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h index 00d1317e..db061f2b 100644 --- a/krec/krecconfigure.h +++ b/krec/krecconfigure.h @@ -18,13 +18,13 @@ #include <tqstringlist.h> #include <tqstring.h> -class QBoxLayout; -class QRadioButton; -class QButtonGroup; -class QLineEdit; -class QHBox; -class QLabel; -class QCheckBox; +class TQBoxLayout; +class TQRadioButton; +class TQButtonGroup; +class TQLineEdit; +class TQHBox; +class TQLabel; +class TQCheckBox; class KPushButton; class KRecConfigGeneral : public KCModule { |