From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- libtdepim/addresseeview.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libtdepim/addresseeview.cpp') diff --git a/libtdepim/addresseeview.cpp b/libtdepim/addresseeview.cpp index ef754e819..dfe955403 100644 --- a/libtdepim/addresseeview.cpp +++ b/libtdepim/addresseeview.cpp @@ -73,19 +73,19 @@ AddresseeView::AddresseeView( TQWidget *parent, const char *name, setNotifyClick( true ); - mActionShowBirthday = new KToggleAction( i18n( "Show Birthday" ) ); + mActionShowBirthday = new TDEToggleAction( i18n( "Show Birthday" ) ); mActionShowBirthday->setCheckedState( i18n( "Hide Birthday" ) ); - mActionShowAddresses = new KToggleAction( i18n( "Show Postal Addresses" ) ); + mActionShowAddresses = new TDEToggleAction( i18n( "Show Postal Addresses" ) ); mActionShowAddresses->setCheckedState( i18n( "Hide Postal Addresses" ) ); - mActionShowEmails = new KToggleAction( i18n( "Show Email Addresses" ) ); + mActionShowEmails = new TDEToggleAction( i18n( "Show Email Addresses" ) ); mActionShowEmails->setCheckedState( i18n( "Hide Email Addresses" ) ); - mActionShowPhones = new KToggleAction( i18n( "Show Telephone Numbers" ) ); + mActionShowPhones = new TDEToggleAction( i18n( "Show Telephone Numbers" ) ); mActionShowPhones->setCheckedState( i18n( "Hide Telephone Numbers" ) ); - mActionShowURLs = new KToggleAction( i18n( "Show Web Pages (URLs)" ) ); + mActionShowURLs = new TDEToggleAction( i18n( "Show Web Pages (URLs)" ) ); mActionShowURLs->setCheckedState( i18n( "Hide Web Pages (URLs)" ) ); - mActionShowIMAddresses = new KToggleAction( i18n( "Show Instant Messaging Addresses" ) ); + mActionShowIMAddresses = new TDEToggleAction( i18n( "Show Instant Messaging Addresses" ) ); mActionShowIMAddresses->setCheckedState( i18n( "Hide Instant Messaging Addresses" ) ); - mActionShowCustomFields = new KToggleAction( i18n( "Show Custom Fields" ) ); + mActionShowCustomFields = new TDEToggleAction( i18n( "Show Custom Fields" ) ); mActionShowCustomFields->setCheckedState( i18n( "Hide Custom Fields" ) ); connect( mActionShowBirthday, TQT_SIGNAL( toggled( bool ) ), TQT_SLOT( configChanged() ) ); -- cgit v1.2.1