summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/mail/mailpluginwidget.cpp
authorharlekin <harlekin>2003-02-23 14:35:52 (UTC)
committer harlekin <harlekin>2003-02-23 14:35:52 (UTC)
commit93d5fdc889cd724c1f2938497b6c6460a13be2ba (patch) (side-by-side diff)
tree3062d44ef92a47e81cebe07286691f0d2119edce /core/pim/today/plugins/mail/mailpluginwidget.cpp
parent135c6fb1d73d322b43c8a487d40675278f3bf5f5 (diff)
downloadopie-93d5fdc889cd724c1f2938497b6c6460a13be2ba.zip
opie-93d5fdc889cd724c1f2938497b6c6460a13be2ba.tar.gz
opie-93d5fdc889cd724c1f2938497b6c6460a13be2ba.tar.bz2
got rid of not needed includes
Diffstat (limited to 'core/pim/today/plugins/mail/mailpluginwidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/mail/mailpluginwidget.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/pim/today/plugins/mail/mailpluginwidget.cpp b/core/pim/today/plugins/mail/mailpluginwidget.cpp
index aad1d07..3c1d908 100644
--- a/core/pim/today/plugins/mail/mailpluginwidget.cpp
+++ b/core/pim/today/plugins/mail/mailpluginwidget.cpp
@@ -1,31 +1,23 @@
/*
* mailpluginwidget.cpp
*
- * copyright : (c) 2002 by Maximilian Reiß
+ * 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. *
* *
***************************************************************************/
-
-#include <qvaluelist.h>
-#include <qtl.h>
-#include <qstring.h>
-#include <qobject.h>
-#include <qlayout.h>
-
#include <qpe/config.h>
-#include <qpe/timestring.h>
#include <qpe/qcopenvelope_qws.h>
#include "mailpluginwidget.h"
MailPluginWidget::MailPluginWidget( QWidget *parent, const char* name)
: QWidget(parent, name ) {