summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/ablabel.h
authoreilers <eilers>2002-10-08 12:33:52 (UTC)
committer eilers <eilers>2002-10-08 12:33:52 (UTC)
commita194611bf645fe7e2e9e83733ababc587fd42f1d (patch) (side-by-side diff)
tree2c21a5576bce48dba2fe83f6c849c0d16025a848 /core/pim/addressbook/ablabel.h
parent333fec32d47ea32de9fb4c8cd378a519785a1ff8 (diff)
downloadopie-a194611bf645fe7e2e9e83733ababc587fd42f1d.zip
opie-a194611bf645fe7e2e9e83733ababc587fd42f1d.tar.gz
opie-a194611bf645fe7e2e9e83733ababc587fd42f1d.tar.bz2
Joined development branch: It uses the new PIM API
Some features in "View" added by Darwin Zins, but they are not finished..
Diffstat (limited to 'core/pim/addressbook/ablabel.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/ablabel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/addressbook/ablabel.h b/core/pim/addressbook/ablabel.h
index cfbd999..9086c4a 100644
--- a/core/pim/addressbook/ablabel.h
+++ b/core/pim/addressbook/ablabel.h
@@ -20,7 +20,7 @@
#ifndef ABLABEL_H
#define ABLABEL_H
-#include <qpe/contact.h>
+#include <opie/ocontact.h>
#include <qtextview.h>
class AbLabel : public QTextView
@@ -32,7 +32,7 @@ public:
~AbLabel();
public slots:
- void init( const Contact &entry );
+ void init( const OContact &entry );
void sync();
signals:
@@ -42,7 +42,7 @@ protected:
void keyPressEvent( QKeyEvent * );
private:
- Contact ent;
+ OContact ent;
};