summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker
authorllornkcor <llornkcor>2003-05-26 13:08:35 (UTC)
committer llornkcor <llornkcor>2003-05-26 13:08:35 (UTC)
commitcf116ca13c0f1b67d9ead91786d247e996ca2dea (patch) (side-by-side diff)
tree52379f45cbc607eb469e8937af956b8c5d6f9bf4 /noncore/todayplugins/stockticker
parent60dae558c1b3df55ff08614fa170212cd9cd679d (diff)
downloadopie-cf116ca13c0f1b67d9ead91786d247e996ca2dea.zip
opie-cf116ca13c0f1b67d9ead91786d247e996ca2dea.tar.gz
opie-cf116ca13c0f1b67d9ead91786d247e996ca2dea.tar.bz2
fix compile
Diffstat (limited to 'noncore/todayplugins/stockticker') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp2
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
@@ -8,27 +8,29 @@
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "stocktickerconfig.h"
#include <opie/todayconfigwidget.h>
+#include <qpe/config.h>
#include <qapplication.h>
+#include <qlayout.h>
#include <qspinbox.h>
#include <qcheckbox.h>
#include <qlineedit.h>
#include <qvariant.h>
#include <qpushbutton.h>
#include <qwhatsthis.h>
#include <qlabel.h>
#include <qstringlist.h>
#include <qmainwindow.h>
#include <stdlib.h>