From a194611bf645fe7e2e9e83733ababc587fd42f1d Mon Sep 17 00:00:00 2001 From: eilers Date: Tue, 08 Oct 2002 12:33:52 +0000 Subject: Joined development branch: It uses the new PIM API Some features in "View" added by Darwin Zins, but they are not finished.. --- (limited to 'core/pim/addressbook/ablabel.h') 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 +#include #include 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; }; -- cgit v0.9.0.2