summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.h
Side-by-side diff
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
@@ -21,2 +21,5 @@
+#include <opie2/ocontactaccess.h>
+#include <opie2/oclickablelabel.h>
+
#include <qstring.h>
@@ -25,5 +28,2 @@
-#include <opie/ocontactaccess.h>
-#include <opie/oclickablelabel.h>
-
@@ -39,3 +39,3 @@ public:
public slots:
- void refresh( const OContactAccess* db );
+ void refresh( const Opie::OPimContactAccess* db );
@@ -45,8 +45,8 @@ protected slots:
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;