From 578bb7c0193afcb84bb08a65f17f6abc0375676e Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 09 Sep 2004 09:06:27 +0000 Subject: fix of typo in desktop version --- (limited to 'kabc/addresseedialog.cpp') diff --git a/kabc/addresseedialog.cpp b/kabc/addresseedialog.cpp index cb6c12f..eb9bfc9 100644 --- a/kabc/addresseedialog.cpp +++ b/kabc/addresseedialog.cpp @@ -147,7 +147,7 @@ void AddresseeDialog::loadAddressBook() name = (*it).realName(); name += (*it).preferredEmail(); #if QT_VERSION >= 300 - if (re.search(name)) != -1) + if (re.search(name) != -1) #else if (re.match(name) != -1) #endif -- cgit v0.9.0.2