From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'kaddressbook/addresseeconfig.h') diff --git a/kaddressbook/addresseeconfig.h b/kaddressbook/addresseeconfig.h index 47fbdd6..f6bb3e9 100644 --- a/kaddressbook/addresseeconfig.h +++ b/kaddressbook/addresseeconfig.h @@ -26,6 +26,8 @@ #include #include +//Added by qt3to4: +#include using namespace KABC; @@ -43,8 +45,8 @@ class AddresseeConfig void setAutomaticNameParsing( bool value ); bool automaticNameParsing(); - void setNoDefaultAddrTypes( const QValueList &types ); - QValueList noDefaultAddrTypes() const; + void setNoDefaultAddrTypes( const Q3ValueList &types ); + Q3ValueList noDefaultAddrTypes() const; void remove( const QString & uid); -- cgit v0.9.0.2