summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookplugin.cpp
authorharlekin <harlekin>2003-12-08 21:36:54 (UTC)
committer harlekin <harlekin>2003-12-08 21:36:54 (UTC)
commit97a9c3426600791b2a25bb744a460be8d40acb85 (patch) (side-by-side diff)
tree6948e7dfc01a040181cc8678cda0b568cf84818a /core/pim/today/plugins/datebook/datebookplugin.cpp
parent6ecac17fdf96f2244af762f303639d8e79b453ff (diff)
downloadopie-97a9c3426600791b2a25bb744a460be8d40acb85.zip
opie-97a9c3426600791b2a25bb744a460be8d40acb85.tar.gz
opie-97a9c3426600791b2a25bb744a460be8d40acb85.tar.bz2
remove unused includes
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookplugin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebookplugin.cpp b/core/pim/today/plugins/datebook/datebookplugin.cpp
index f77e440..8dfa52f 100644
--- a/core/pim/today/plugins/datebook/datebookplugin.cpp
+++ b/core/pim/today/plugins/datebook/datebookplugin.cpp
@@ -8,25 +8,24 @@
*/
/***************************************************************************
* *
* 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 "datebookevent.h"
#include "datebookplugin.h"
#include "datebookpluginconfig.h"
DatebookPlugin::DatebookPlugin() {
}
DatebookPlugin::~DatebookPlugin() {
delete (DatebookPluginWidget*)m_widget;
}
QString DatebookPlugin::pluginName() const {