diff options
Diffstat (limited to 'korganizer/koeditorgeneralevent.h')
-rw-r--r-- | korganizer/koeditorgeneralevent.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koeditorgeneralevent.h b/korganizer/koeditorgeneralevent.h index 21a7dfc4d..a13fa47c6 100644 --- a/korganizer/koeditorgeneralevent.h +++ b/korganizer/koeditorgeneralevent.h @@ -27,12 +27,12 @@ #include "koeditorgeneral.h" #include <tqdatetime.h> -class QLabel; +class TQLabel; class KDateEdit; class KTimeEdit; -class QCheckBox; -class QComboBox; -class QBoxLayout; +class TQCheckBox; +class TQComboBox; +class TQBoxLayout; namespace KCal { class Event; |