summaryrefslogtreecommitdiffabout
path: root/korganizer/koprefsdialog.h
Unidiff
Diffstat (limited to 'korganizer/koprefsdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/koprefsdialog.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/korganizer/koprefsdialog.h b/korganizer/koprefsdialog.h
index ee7a7aa..ccc1726 100644
--- a/korganizer/koprefsdialog.h
+++ b/korganizer/koprefsdialog.h
@@ -20,16 +20,18 @@
20 with any edition of Qt, and distribute the resulting executable, 20 with any edition of Qt, and distribute the resulting executable,
21 without including the source code for Qt in the source distribution. 21 without including the source code for Qt in the source distribution.
22*/ 22*/
23#ifndef _KOPREFSDIALOG_H 23#ifndef _KOPREFSDIALOG_H
24#define _KOPREFSDIALOG_H 24#define _KOPREFSDIALOG_H
25 25
26#include <qframe.h> 26#include <q3frame.h>
27#include <qdict.h> 27#include <q3dict.h>
28#include <qcolor.h> 28#include <qcolor.h>
29#include <qlistview.h> 29#include <q3listview.h>
30//Added by qt3to4:
31#include <QLabel>
30 32
31#include <kdialogbase.h> 33#include <kdialogbase.h>
32 34
33#include <libkdepim/kprefsdialog.h> 35#include <libkdepim/kprefsdialog.h>
34#include <libkdepim/kdateedit.h> 36#include <libkdepim/kdateedit.h>
35#include <kcmconfigs/kdepimconfigwidget.h> 37#include <kcmconfigs/kdepimconfigwidget.h>
@@ -91,13 +93,13 @@ class KOPrefsDialog : public KPrefsDialog
91 93
92 private: 94 private:
93 QColor mCatDefaultColor; 95 QColor mCatDefaultColor;
94 KPrefsDialogWidBool *mEnableGroupScheduling; 96 KPrefsDialogWidBool *mEnableGroupScheduling;
95 KPrefsDialogWidBool *mEnableProjectView; 97 KPrefsDialogWidBool *mEnableProjectView;
96 98
97 QFrame *mPrinterTab; 99 Q3Frame *mPrinterTab;
98 100
99 QLineEdit *nameEdit; 101 QLineEdit *nameEdit;
100 QLineEdit *emailEdit; 102 QLineEdit *emailEdit;
101 103
102 QComboBox *timeCombo; 104 QComboBox *timeCombo;
103 QComboBox *tzCombo; 105 QComboBox *tzCombo;
@@ -118,13 +120,13 @@ class KOPrefsDialog : public KPrefsDialog
118 QSpinBox *mStartTimeSpin; 120 QSpinBox *mStartTimeSpin;
119 QSpinBox *mDefaultDurationSpin; 121 QSpinBox *mDefaultDurationSpin;
120 QComboBox *mAlarmTimeCombo; 122 QComboBox *mAlarmTimeCombo;
121 123
122 QComboBox *mCategoryCombo; 124 QComboBox *mCategoryCombo;
123 KColorButton *mCategoryButton; 125 KColorButton *mCategoryButton;
124 QDict<QColor> mCategoryDict; 126 Q3Dict<QColor> mCategoryDict;
125 127
126 QSlider *mHourSizeSlider; 128 QSlider *mHourSizeSlider;
127 129
128 QSpinBox *mNextXDaysSpin; 130 QSpinBox *mNextXDaysSpin;
129 QSpinBox *mWhatsNextSpin; 131 QSpinBox *mWhatsNextSpin;
130 132