summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginimpl.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginimpl.h b/core/pim/today/plugins/addressbook/addresspluginimpl.h
index bf321da..9716787 100644
--- a/core/pim/today/plugins/addressbook/addresspluginimpl.h
+++ b/core/pim/today/plugins/addressbook/addresspluginimpl.h
@@ -1,41 +1,41 @@
/*
* addresspluginimpl.h
*
* copyright : (c) 2003 by Stefan Eilers
* email : eilers.stefan@epost.de
*
* This implementation was derived from the todolist plugin implementation
*
*/
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
#ifndef ADDRESSBOOK_PLUGIN_IMPL_H
#define ADDRESSBOOK_PLUGIN_IMPL_H
-#include <opie/todayplugininterface.h>
+#include <opie2/todayplugininterface.h>
class AddressBookPlugin;
class AddressBookPluginImpl : public TodayPluginInterface{
public:
AddressBookPluginImpl();
virtual ~AddressBookPluginImpl();
QRESULT queryInterface( const QUuid &, QUnknownInterface** );
Q_REFCOUNT
virtual TodayPluginObject *guiPart();
private:
AddressBookPlugin *addressbookPlugin;
};
#endif