From 3876e95ff79298e9d95c506973c69790290b611e Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 20 Jun 2005 06:01:55 +0000 Subject: fixes in contact selection --- (limited to 'kabc/addresseedialog.h') diff --git a/kabc/addresseedialog.h b/kabc/addresseedialog.h index 99c74bd..6fab62d 100644 --- a/kabc/addresseedialog.h +++ b/kabc/addresseedialog.h @@ -43,7 +43,7 @@ class AddresseeItem : public QListViewItem @li @p Name - Name in Addressee @li @p Email - Email in Addressee */ - enum columns { Name = 0, Email = 1 }; + enum columns { Name = 0, Email = 1,Category = 2 }; /** Constructor. -- cgit v0.9.0.2