From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'korganizer/koprefsdialog.h') diff --git a/korganizer/koprefsdialog.h b/korganizer/koprefsdialog.h index ee7a7aa..ccc1726 100644 --- a/korganizer/koprefsdialog.h +++ b/korganizer/koprefsdialog.h @@ -23,10 +23,12 @@ #ifndef _KOPREFSDIALOG_H #define _KOPREFSDIALOG_H -#include -#include +#include +#include #include -#include +#include +//Added by qt3to4: +#include #include @@ -94,7 +96,7 @@ class KOPrefsDialog : public KPrefsDialog KPrefsDialogWidBool *mEnableGroupScheduling; KPrefsDialogWidBool *mEnableProjectView; - QFrame *mPrinterTab; + Q3Frame *mPrinterTab; QLineEdit *nameEdit; QLineEdit *emailEdit; @@ -121,7 +123,7 @@ class KOPrefsDialog : public KPrefsDialog QComboBox *mCategoryCombo; KColorButton *mCategoryButton; - QDict mCategoryDict; + Q3Dict mCategoryDict; QSlider *mHourSizeSlider; -- cgit v0.9.0.2