From 0850ade22908615389800c6ee973f5906154d980 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 29 Jan 2005 05:45:29 +0000 Subject: desktop fix --- (limited to 'kabc/addresseedialog.cpp') diff --git a/kabc/addresseedialog.cpp b/kabc/addresseedialog.cpp index 9ea9d04..34f4160 100644 --- a/kabc/addresseedialog.cpp +++ b/kabc/addresseedialog.cpp @@ -150,7 +150,7 @@ void AddresseeDialog::loadAddressBook() if ( name.length() == 2 ) name = (*it).realName(); name += (*it).preferredEmail(); -#if QT_VERSION >= 300 +#if QT_VERSION >= 0x030000 if (re.search(name) != -1) #else if (re.match(name) != -1) -- cgit v0.9.0.2