summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/ablabel.h
Side-by-side diff
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
@@ -17,34 +17,34 @@
** not clear to you.
**
**********************************************************************/
#ifndef ABLABEL_H
#define ABLABEL_H
-#include <qpe/contact.h>
+#include <opie/ocontact.h>
#include <qtextview.h>
class AbLabel : public QTextView
{
Q_OBJECT
public:
AbLabel( QWidget *parent, const char *name = 0 );
~AbLabel();
public slots:
- void init( const Contact &entry );
+ void init( const OContact &entry );
void sync();
signals:
void okPressed();
protected:
void keyPressEvent( QKeyEvent * );
private:
- Contact ent;
+ OContact ent;
};
#endif // ABLABEL_H