-rw-r--r-- | korganizer/ktimeedit.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/korganizer/ktimeedit.h b/korganizer/ktimeedit.h index b3d842d..1c7d18d 100644 --- a/korganizer/ktimeedit.h +++ b/korganizer/ktimeedit.h @@ -26,3 +26,3 @@ #include <qevent.h> -#include <qkeycode.h> +#include <qnamespace.h> #include <qstring.h> @@ -30,2 +30,5 @@ #include <qcombobox.h> +#include <Q3ComboBox> +//Added by qt3to4: +#include <QKeyEvent> @@ -40,3 +43,3 @@ */ -class KOTimeEdit : public QComboBox +class KOTimeEdit : public Q3ComboBox { |