From 3fb06f85a52b6fcbece50ed30c196efc2a91e8ce Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 24 May 2003 08:45:50 +0000 Subject: don't crash when compiled with gcc3 one Contact in libqpe one Contact in addresslist.h a nice game of russian roulette gcc3 lost... --- (limited to 'noncore/unsupported/mailit/addresslist.h') diff --git a/noncore/unsupported/mailit/addresslist.h b/noncore/unsupported/mailit/addresslist.h index b46d467..763b6d4 100644 --- a/noncore/unsupported/mailit/addresslist.h +++ b/noncore/unsupported/mailit/addresslist.h @@ -23,7 +23,7 @@ #include #include -struct Contact +struct AContact { QString email; QString name; @@ -41,7 +41,7 @@ public: bool containsName(const QString &name); QString getNameByEmail(const QString &email); QString getEmailByName(const QString &name); - QList* getContactList(); + QList* getContactList(); private: int getEmailRef(const QString &email); @@ -50,7 +50,7 @@ private: void read(); private: - QList addresses; + QList addresses; QString filename; bool dirty; }; -- cgit v0.9.0.2