author | harlekin <harlekin> | 2003-02-23 14:48:40 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-02-23 14:48:40 (UTC) |
commit | 791c7512c530cb373726f9c01e26229cb8ca992a (patch) (unidiff) | |
tree | 21d072088bbbbc7b079925118c91d941e0010a4c | |
parent | 15c2cf367bc38c17fb488e6d8be44c148ecfb1bf (diff) | |
download | opie-791c7512c530cb373726f9c01e26229cb8ca992a.zip opie-791c7512c530cb373726f9c01e26229cb8ca992a.tar.gz opie-791c7512c530cb373726f9c01e26229cb8ca992a.tar.bz2 |
got rid of not needed includes
4 files changed, 5 insertions, 18 deletions
diff --git a/core/pim/today/plugins/todolist/todopluginconfig.cpp b/core/pim/today/plugins/todolist/todopluginconfig.cpp index 56b7aa2..c83f83b 100644 --- a/core/pim/today/plugins/todolist/todopluginconfig.cpp +++ b/core/pim/today/plugins/todolist/todopluginconfig.cpp | |||
@@ -2,5 +2,5 @@ | |||
2 | * todopluginconfig.cpp | 2 | * todopluginconfig.cpp |
3 | * | 3 | * |
4 | * copyright : (c) 2002 by Maximilian Reiß | 4 | * copyright : (c) 2002, 2003 by Maximilian Reiß |
5 | * email : harlekin@handhelds.org | 5 | * email : harlekin@handhelds.org |
6 | * | 6 | * |
@@ -21,5 +21,4 @@ | |||
21 | #include <qlayout.h> | 21 | #include <qlayout.h> |
22 | #include <qhbox.h> | 22 | #include <qhbox.h> |
23 | #include <qtoolbutton.h> | ||
24 | #include <qlabel.h> | 23 | #include <qlabel.h> |
25 | #include <qwhatsthis.h> | 24 | #include <qwhatsthis.h> |
diff --git a/core/pim/today/plugins/todolist/todopluginconfig.h b/core/pim/today/plugins/todolist/todopluginconfig.h index 4584ebe..a98384c 100644 --- a/core/pim/today/plugins/todolist/todopluginconfig.h +++ b/core/pim/today/plugins/todolist/todopluginconfig.h | |||
@@ -2,5 +2,5 @@ | |||
2 | * todopluginconfig.h | 2 | * todopluginconfig.h |
3 | * | 3 | * |
4 | * copyright : (c) 2002 by Maximilian Reiß | 4 | * copyright : (c) 2002, 2003 by Maximilian Reiß |
5 | * email : harlekin@handhelds.org | 5 | * email : harlekin@handhelds.org |
6 | * | 6 | * |
@@ -18,5 +18,5 @@ | |||
18 | #define TODOLIST_PLUGIN_CONFIG_H | 18 | #define TODOLIST_PLUGIN_CONFIG_H |
19 | 19 | ||
20 | #include <qwidget.h> | 20 | //#include <qwidget.h> |
21 | #include <qspinbox.h> | 21 | #include <qspinbox.h> |
22 | 22 | ||
diff --git a/core/pim/today/plugins/todolist/todopluginwidget.cpp b/core/pim/today/plugins/todolist/todopluginwidget.cpp index 3242dac..15081ec 100644 --- a/core/pim/today/plugins/todolist/todopluginwidget.cpp +++ b/core/pim/today/plugins/todolist/todopluginwidget.cpp | |||
@@ -2,5 +2,5 @@ | |||
2 | * todopluginwidget.cpp | 2 | * todopluginwidget.cpp |
3 | * | 3 | * |
4 | * copyright : (c) 2002 by Maximilian Reiß | 4 | * copyright : (c) 2002, 2003 by Maximilian Reiß |
5 | * email : harlekin@handhelds.org | 5 | * email : harlekin@handhelds.org |
6 | * | 6 | * |
@@ -17,13 +17,5 @@ | |||
17 | #include "todopluginwidget.h" | 17 | #include "todopluginwidget.h" |
18 | 18 | ||
19 | #include <qvaluelist.h> | ||
20 | #include <qtl.h> | ||
21 | #include <qstring.h> | ||
22 | #include <qscrollview.h> | ||
23 | #include <qobject.h> | ||
24 | #include <qlayout.h> | ||
25 | |||
26 | #include <qpe/config.h> | 19 | #include <qpe/config.h> |
27 | #include <qpe/timestring.h> | ||
28 | #include <qpe/qcopenvelope_qws.h> | 20 | #include <qpe/qcopenvelope_qws.h> |
29 | 21 | ||
@@ -47,5 +39,4 @@ TodolistPluginWidget::TodolistPluginWidget( QWidget *parent, const char* name ) | |||
47 | layoutTodo->setAutoAdd( true ); | 39 | layoutTodo->setAutoAdd( true ); |
48 | 40 | ||
49 | |||
50 | if ( todoLabel ) { | 41 | if ( todoLabel ) { |
51 | delete todoLabel; | 42 | delete todoLabel; |
diff --git a/core/pim/today/plugins/todolist/todopluginwidget.h b/core/pim/today/plugins/todolist/todopluginwidget.h index 0d0deb5..0db65c4 100644 --- a/core/pim/today/plugins/todolist/todopluginwidget.h +++ b/core/pim/today/plugins/todolist/todopluginwidget.h | |||
@@ -2,5 +2,5 @@ | |||
2 | * todopluginwidget.h | 2 | * todopluginwidget.h |
3 | * | 3 | * |
4 | * copyright : (c) 2002 by Maximilian Reiß | 4 | * copyright : (c) 2002, 2003 by Maximilian Reiß |
5 | * email : harlekin@handhelds.org | 5 | * email : harlekin@handhelds.org |
6 | * | 6 | * |
@@ -18,9 +18,6 @@ | |||
18 | #define TODOLIST_PLUGIN_WIDGET_H | 18 | #define TODOLIST_PLUGIN_WIDGET_H |
19 | 19 | ||
20 | #include <qstring.h> | ||
21 | #include <qwidget.h> | ||
22 | #include <qlayout.h> | 20 | #include <qlayout.h> |
23 | 21 | ||
24 | #include <opie/otodo.h> | ||
25 | #include <opie/otodoaccess.h> | 22 | #include <opie/otodoaccess.h> |
26 | #include <opie/oclickablelabel.h> | 23 | #include <opie/oclickablelabel.h> |