summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.h
authordrw <drw>2004-03-25 23:00:40 (UTC)
committer drw <drw>2004-03-25 23:00:40 (UTC)
commit03091cd727701bdb2aa6ac623cd606131546d686 (patch) (side-by-side diff)
tree76b818f6893fd0030071427d5a1efb0273921195 /core/pim/today/plugins/addressbook/addresspluginwidget.h
parentad160e97db39536ac42acdd3f2f98d1e49ae1f75 (diff)
downloadopie-03091cd727701bdb2aa6ac623cd606131546d686.zip
opie-03091cd727701bdb2aa6ac623cd606131546d686.tar.gz
opie-03091cd727701bdb2aa6ac623cd606131546d686.tar.bz2
libopie -> libopie2
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginwidget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginwidget.h b/core/pim/today/plugins/addressbook/addresspluginwidget.h
index b0e3811..b1c690d 100644
--- a/core/pim/today/plugins/addressbook/addresspluginwidget.h
+++ b/core/pim/today/plugins/addressbook/addresspluginwidget.h
@@ -19,13 +19,13 @@
#ifndef ADDRESSBOOK_PLUGIN_WIDGET_H
#define ADDRESSBOOK_PLUGIN_WIDGET_H
+#include <opie2/ocontactaccess.h>
+#include <opie2/oclickablelabel.h>
+
#include <qstring.h>
#include <qwidget.h>
#include <qlayout.h>
-#include <opie/ocontactaccess.h>
-#include <opie/oclickablelabel.h>
-
class AddressBookPluginWidget : public QWidget {
@@ -37,18 +37,18 @@ public:
void reinitialize();
public slots:
- void refresh( const OContactAccess* db );
+ void refresh( const Opie::OPimContactAccess* db );
protected slots:
void startAddressBook();
private:
- OClickableLabel* addressLabel;
+ Opie::Ui::OClickableLabel* addressLabel;
QVBoxLayout* layoutTodo;
- OContactAccess * m_contactdb;
+ Opie::OPimContactAccess * m_contactdb;
- OContactAccess::List m_list;
- OContactAccess::List::Iterator m_it;
+ Opie::OPimContactAccess::List m_list;
+ Opie::OPimContactAccess::List::Iterator m_it;
void readConfig();
void getAddress();