From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kabc/address.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kabc/address.cpp') diff --git a/kabc/address.cpp b/kabc/address.cpp index 0787bcc4e..9ecf8eb2d 100644 --- a/kabc/address.cpp +++ b/kabc/address.cpp @@ -37,13 +37,13 @@ static KStaticDeleter< TQMap > isoMapDeleter; Address::Address() : mEmpty( true ), mType( 0 ) { - mId = KApplication::randomString( 10 ); + mId = TDEApplication::randomString( 10 ); } Address::Address( int type ) : mEmpty( true ), mType( type ) { - mId = KApplication::randomString( 10 ); + mId = TDEApplication::randomString( 10 ); } bool Address::operator==( const Address &a ) const -- cgit v1.2.1