author | dwmw2 <dwmw2> | 2002-04-02 14:02:44 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-04-02 14:02:44 (UTC) |
commit | 108f15e0121aca57d5828cf0f22285989d920bd7 (patch) (unidiff) | |
tree | 253c9bca48bb864b02428c72d4baf2d085579d9c | |
parent | 623ce8225b7f75755146601e2c8d7f1e7e9a65d0 (diff) | |
download | opie-108f15e0121aca57d5828cf0f22285989d920bd7.zip opie-108f15e0121aca57d5828cf0f22285989d920bd7.tar.gz opie-108f15e0121aca57d5828cf0f22285989d920bd7.tar.bz2 |
Remove #include <stdiostream.h>. It wasn't used, and isn't present in my gcc3
-rw-r--r-- | core/pim/datebook/dateentryimpl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pim/datebook/dateentryimpl.cpp b/core/pim/datebook/dateentryimpl.cpp index e563db0..403378e 100644 --- a/core/pim/datebook/dateentryimpl.cpp +++ b/core/pim/datebook/dateentryimpl.cpp | |||
@@ -34,26 +34,24 @@ | |||
34 | #include <qlayout.h> | 34 | #include <qlayout.h> |
35 | #include <qlineedit.h> | 35 | #include <qlineedit.h> |
36 | #include <qmultilineedit.h> | 36 | #include <qmultilineedit.h> |
37 | #include <qpopupmenu.h> | 37 | #include <qpopupmenu.h> |
38 | #include <qscrollview.h> | 38 | #include <qscrollview.h> |
39 | #include <qspinbox.h> | 39 | #include <qspinbox.h> |
40 | #include <qtoolbutton.h> | 40 | #include <qtoolbutton.h> |
41 | 41 | ||
42 | #include "timepicker.h" | 42 | #include "timepicker.h" |
43 | 43 | ||
44 | #include <stdlib.h> | 44 | #include <stdlib.h> |
45 | 45 | ||
46 | #include <stdiostream.h> | ||
47 | |||
48 | /* | 46 | /* |
49 | * Constructs a DateEntry which is a child of 'parent', with the | 47 | * Constructs a DateEntry which is a child of 'parent', with the |
50 | * name 'name' and widget flags set to 'f' | 48 | * name 'name' and widget flags set to 'f' |
51 | * | 49 | * |
52 | * The dialog will by default be modeless, unless you set 'modal' to | 50 | * The dialog will by default be modeless, unless you set 'modal' to |
53 | * TRUE to construct a modal dialog. | 51 | * TRUE to construct a modal dialog. |
54 | */ | 52 | */ |
55 | 53 | ||
56 | DateEntry::DateEntry( bool startOnMonday, const QDateTime &start, | 54 | DateEntry::DateEntry( bool startOnMonday, const QDateTime &start, |
57 | const QDateTime &end, bool whichClock, QWidget* parent, | 55 | const QDateTime &end, bool whichClock, QWidget* parent, |
58 | const char* name ) | 56 | const char* name ) |
59 | : DateEntryBase( parent, name ), | 57 | : DateEntryBase( parent, name ), |