-rw-r--r-- | libopie/otimepickerbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/otimepickerbase.h b/libopie/otimepickerbase.h index bac2b06..09598f9 100644 --- a/libopie/otimepickerbase.h +++ b/libopie/otimepickerbase.h | |||
@@ -1,47 +1,47 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** Form interface generated from reading ui file 'otimepickerbase.ui' | 2 | ** Form interface generated from reading ui file 'otimepickerbase.ui' |
3 | ** | 3 | ** |
4 | ** Created: Tue Aug 20 10:04:21 2002 | 4 | ** Created: Tue Sep 3 13:12:19 2002 |
5 | ** by: The User Interface Compiler (uic) | 5 | ** by: The User Interface Compiler (uic) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | ****************************************************************************/ | 8 | ****************************************************************************/ |
9 | #ifndef OTIMEPICKERDIALOGBASE_H | 9 | #ifndef OTIMEPICKERDIALOGBASE_H |
10 | #define OTIMEPICKERDIALOGBASE_H | 10 | #define OTIMEPICKERDIALOGBASE_H |
11 | 11 | ||
12 | #include <qvariant.h> | 12 | #include <qvariant.h> |
13 | #include <qdialog.h> | 13 | #include <qdialog.h> |
14 | class QVBoxLayout; | 14 | class QVBoxLayout; |
15 | class QHBoxLayout; | 15 | class QHBoxLayout; |
16 | class QGridLayout; | 16 | class QGridLayout; |
17 | class OTimePicker; | 17 | class OTimePicker; |
18 | class QFrame; | 18 | class QFrame; |
19 | class QGroupBox; | 19 | class QGroupBox; |
20 | class QLabel; | 20 | class QLabel; |
21 | class QLineEdit; | 21 | class QLineEdit; |
22 | 22 | ||
23 | class OTimePickerDialogBase : public QDialog | 23 | class OTimePickerDialogBase : public QDialog |
24 | { | 24 | { |
25 | Q_OBJECT | 25 | Q_OBJECT |
26 | 26 | ||
27 | public: | 27 | public: |
28 | OTimePickerDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | 28 | OTimePickerDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |
29 | ~OTimePickerDialogBase(); | 29 | ~OTimePickerDialogBase(); |
30 | 30 | ||
31 | QFrame* Frame10; | 31 | QFrame* Frame10; |
32 | QFrame* Frame4; | 32 | QFrame* Frame4; |
33 | QLabel* TextLabel1; | 33 | QLabel* TextLabel1; |
34 | QLineEdit* hourField; | 34 | QLineEdit* hourField; |
35 | QLabel* TextLabel1_2; | 35 | QLabel* TextLabel1_2; |
36 | QLineEdit* minuteField; | 36 | QLineEdit* minuteField; |
37 | QGroupBox* GroupBox1; | 37 | QGroupBox* GroupBox1; |
38 | OTimePicker* m_timePicker; | 38 | OTimePicker* m_timePicker; |
39 | 39 | ||
40 | protected: | 40 | protected: |
41 | QVBoxLayout* OTimePickerDialogBaseLayout; | 41 | QVBoxLayout* OTimePickerDialogBaseLayout; |
42 | QHBoxLayout* Frame10Layout; | 42 | QHBoxLayout* Frame10Layout; |
43 | QHBoxLayout* Frame4Layout; | 43 | QHBoxLayout* Frame4Layout; |
44 | bool event( QEvent* ); | 44 | bool event( QEvent* ); |
45 | }; | 45 | }; |
46 | 46 | ||
47 | #endif // OTIMEPICKERDIALOGBASE_H | 47 | #endif // OTIMEPICKERDIALOGBASE_H |