summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
authorharlekin <harlekin>2003-02-21 18:19:56 (UTC)
committer harlekin <harlekin>2003-02-21 18:19:56 (UTC)
commit3b37e71ad7dd41555763d15a16c691b503780de8 (patch) (unidiff)
tree9fa7d1145a1e4dc30da8c90fef55e1c3b0d1065c /core/pim/today/today.h
parent0bb9d0f9e7da80f0ae3b91d4ebbb7aab4d2b9df7 (diff)
downloadopie-3b37e71ad7dd41555763d15a16c691b503780de8.zip
opie-3b37e71ad7dd41555763d15a16c691b503780de8.tar.gz
opie-3b37e71ad7dd41555763d15a16c691b503780de8.tar.bz2
got rid of some unneeded includes
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index 24f5611..3802feb 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -15,23 +15,18 @@
15 ***************************************************************************/ 15 ***************************************************************************/
16 16
17 17
18#ifndef TODAY_H 18#ifndef TODAY_H
19#define TODAY_H 19#define TODAY_H
20 20
21#include <opie/tododb.h>
22
23#include <qdatetime.h>
24#include <qlist.h>
25#include <qhbox.h>
26 21
27#include <qpe/qlibrary.h> 22#include <qpe/qlibrary.h>
28#include <qpe/event.h>
29 23
30#include "todayconfig.h" 24#include "todayconfig.h"
31#include "todaybase.h" 25#include "todaybase.h"
26
32#include <opie/todayplugininterface.h> 27#include <opie/todayplugininterface.h>
33 28
34class QVBoxLayout; 29class QVBoxLayout;
35class OClickableLabel; 30class OClickableLabel;
36 31
37 32