author | harlekin <harlekin> | 2003-02-23 14:42:14 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-02-23 14:42:14 (UTC) |
commit | 15c2cf367bc38c17fb488e6d8be44c148ecfb1bf (patch) (side-by-side diff) | |
tree | d151df2a4a21b49f57f93f79dbfc066d03dce606 | |
parent | 93d5fdc889cd724c1f2938497b6c6460a13be2ba (diff) | |
download | opie-15c2cf367bc38c17fb488e6d8be44c148ecfb1bf.zip opie-15c2cf367bc38c17fb488e6d8be44c148ecfb1bf.tar.gz opie-15c2cf367bc38c17fb488e6d8be44c148ecfb1bf.tar.bz2 |
got rid of not needed includes
6 files changed, 34 insertions, 12 deletions
diff --git a/core/pim/today/plugins/datebook/datebookplugin.cpp b/core/pim/today/plugins/datebook/datebookplugin.cpp index f095478..4e75a13 100644 --- a/core/pim/today/plugins/datebook/datebookplugin.cpp +++ b/core/pim/today/plugins/datebook/datebookplugin.cpp @@ -4,3 +4,3 @@ * - * copyright : (c) 2002 by Maximilian Reiß + * copyright : (c) 2002,2003 by Maximilian Reiß * email : harlekin@handhelds.org diff --git a/core/pim/today/plugins/datebook/datebookplugin.h b/core/pim/today/plugins/datebook/datebookplugin.h index eb7a401..db899e8 100644 --- a/core/pim/today/plugins/datebook/datebookplugin.h +++ b/core/pim/today/plugins/datebook/datebookplugin.h @@ -3,3 +3,3 @@ * - * copyright : (c) 2002 by Maximilian Reiß + * copyright : (c) 2002,2003 by Maximilian Reiß * email : harlekin@handhelds.org @@ -19,5 +19,3 @@ -#include <qstring.h> #include <qguardedptr.h> -#include <qwidget.h> diff --git a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp index 0fc38de..dc6dee9 100644 --- a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp +++ b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp @@ -1 +1,16 @@ +/* + * datebookpluginconfig.cpp + * + * copyright : (c) 2002,2003 by Maximilian Reiß + * email : harlekin@handhelds.org + * + */ +/*************************************************************************** + * * + * 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. * + * * + ***************************************************************************/ @@ -7,3 +22,2 @@ #include <qlayout.h> -#include <qtoolbutton.h> #include <qlabel.h> diff --git a/core/pim/today/plugins/datebook/datebookpluginconfig.h b/core/pim/today/plugins/datebook/datebookpluginconfig.h index 6c32ae9..be00aad 100644 --- a/core/pim/today/plugins/datebook/datebookpluginconfig.h +++ b/core/pim/today/plugins/datebook/datebookpluginconfig.h @@ -1 +1,16 @@ +/* + * datebookpluginconfig.h + * + * copyright : (c) 2002,2003 by Maximilian Reiß + * email : harlekin@handhelds.org + * + */ +/*************************************************************************** + * * + * 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. * + * * + ***************************************************************************/ diff --git a/core/pim/today/plugins/datebook/datebookpluginwidget.cpp b/core/pim/today/plugins/datebook/datebookpluginwidget.cpp index 97fb77e..896d41d 100644 --- a/core/pim/today/plugins/datebook/datebookpluginwidget.cpp +++ b/core/pim/today/plugins/datebook/datebookpluginwidget.cpp @@ -3,3 +3,3 @@ * - * copyright : (c) 2002 by Maximilian Reiß + * copyright : (c) 2002,2003 by Maximilian Reiß * email : harlekin@handhelds.org @@ -24,6 +24,3 @@ #include <qlabel.h> -#include <qlayout.h> #include <qtl.h> -#include <qscrollview.h> -#include <qtimer.h> diff --git a/core/pim/today/plugins/datebook/datebookpluginwidget.h b/core/pim/today/plugins/datebook/datebookpluginwidget.h index e10f059..35d43cd 100644 --- a/core/pim/today/plugins/datebook/datebookpluginwidget.h +++ b/core/pim/today/plugins/datebook/datebookpluginwidget.h @@ -3,3 +3,3 @@ * - * copyright : (c) 2002 by Maximilian Reiß + * copyright : (c) 2002,2003 by Maximilian Reiß * email : harlekin@handhelds.org @@ -19,4 +19,2 @@ -#include <qstring.h> -#include <qwidget.h> #include <qlayout.h> |