summaryrefslogtreecommitdiff
path: root/libopie/otimepickerbase.h
authorharlekin <harlekin>2002-09-03 13:58:53 (UTC)
committer harlekin <harlekin>2002-09-03 13:58:53 (UTC)
commitaed06eed3fe9a2d9a2ba7b86e7313cf403fabf36 (patch) (unidiff)
treebb8d6704ed0d354028c6ae1161f753e5e2cee066 /libopie/otimepickerbase.h
parentbd7f0afcd9159ae8b4b7332531a5232e28abd592 (diff)
downloadopie-aed06eed3fe9a2d9a2ba7b86e7313cf403fabf36.zip
opie-aed06eed3fe9a2d9a2ba7b86e7313cf403fabf36.tar.gz
opie-aed06eed3fe9a2d9a2ba7b86e7313cf403fabf36.tar.bz2
forgot something
Diffstat (limited to 'libopie/otimepickerbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otimepickerbase.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/libopie/otimepickerbase.h b/libopie/otimepickerbase.h
deleted file mode 100644
index 09598f9..0000000
--- a/libopie/otimepickerbase.h
+++ b/dev/null
@@ -1,47 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'otimepickerbase.ui'
3**
4** Created: Tue Sep 3 13:12:19 2002
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef OTIMEPICKERDIALOGBASE_H
10#define OTIMEPICKERDIALOGBASE_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class OTimePicker;
18class QFrame;
19class QGroupBox;
20class QLabel;
21class QLineEdit;
22
23class OTimePickerDialogBase : public QDialog
24{
25 Q_OBJECT
26
27public:
28 OTimePickerDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29 ~OTimePickerDialogBase();
30
31 QFrame* Frame10;
32 QFrame* Frame4;
33 QLabel* TextLabel1;
34 QLineEdit* hourField;
35 QLabel* TextLabel1_2;
36 QLineEdit* minuteField;
37 QGroupBox* GroupBox1;
38 OTimePicker* m_timePicker;
39
40protected:
41 QVBoxLayout* OTimePickerDialogBaseLayout;
42 QHBoxLayout* Frame10Layout;
43 QHBoxLayout* Frame4Layout;
44 bool event( QEvent* );
45};
46
47#endif // OTIMEPICKERDIALOGBASE_H