summaryrefslogtreecommitdiffstats
path: root/kaddressbook/viewmanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:58:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:58:18 -0600
commitc0fc75368b41146e605536e973e1d635b9d64ced (patch)
tree06de3a4e7062ba08e089a10b172bda52f28dfb3f /kaddressbook/viewmanager.cpp
parent0953e163d461bdccfb36d86464d9f6505558388a (diff)
downloadtdepim-c0fc75368b41146e605536e973e1d635b9d64ced.tar.gz
tdepim-c0fc75368b41146e605536e973e1d635b9d64ced.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kaddressbook/viewmanager.cpp')
-rw-r--r--kaddressbook/viewmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp
index 416b5473..5404fd5c 100644
--- a/kaddressbook/viewmanager.cpp
+++ b/kaddressbook/viewmanager.cpp
@@ -565,7 +565,7 @@ int ViewManager::filterPosition( const TQString &name ) const
void ViewManager::initActions()
{
mActionSelectView = new KSelectAction( i18n( "Select View" ), 0, mCore->actionCollection(), "select_view" );
-#if KDE_VERSION >= 309
+#if TDE_VERSION >= 309
mActionSelectView->setMenuAccelsEnabled( false );
#endif
connect( mActionSelectView, TQT_SIGNAL( activated( const TQString& ) ),