author | llornkcor <llornkcor> | 2003-05-26 13:08:35 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-05-26 13:08:35 (UTC) |
commit | cf116ca13c0f1b67d9ead91786d247e996ca2dea (patch) (unidiff) | |
tree | 52379f45cbc607eb469e8937af956b8c5d6f9bf4 | |
parent | 60dae558c1b3df55ff08614fa170212cd9cd679d (diff) | |
download | opie-cf116ca13c0f1b67d9ead91786d247e996ca2dea.zip opie-cf116ca13c0f1b67d9ead91786d247e996ca2dea.tar.gz opie-cf116ca13c0f1b67d9ead91786d247e996ca2dea.tar.bz2 |
fix compile
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp index e3d378b..d740b6f 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp | |||
@@ -14,15 +14,17 @@ | |||
14 | * * | 14 | * * |
15 | ***************************************************************************/ | 15 | ***************************************************************************/ |
16 | 16 | ||
17 | #include "stocktickerconfig.h" | 17 | #include "stocktickerconfig.h" |
18 | #include <opie/todayconfigwidget.h> | 18 | #include <opie/todayconfigwidget.h> |
19 | 19 | ||
20 | #include <qpe/config.h> | ||
20 | 21 | ||
21 | #include <qapplication.h> | 22 | #include <qapplication.h> |
22 | 23 | ||
24 | #include <qlayout.h> | ||
23 | #include <qspinbox.h> | 25 | #include <qspinbox.h> |
24 | #include <qcheckbox.h> | 26 | #include <qcheckbox.h> |
25 | #include <qlineedit.h> | 27 | #include <qlineedit.h> |
26 | #include <qvariant.h> | 28 | #include <qvariant.h> |
27 | #include <qpushbutton.h> | 29 | #include <qpushbutton.h> |
28 | #include <qwhatsthis.h> | 30 | #include <qwhatsthis.h> |