summaryrefslogtreecommitdiffstats
path: root/kaddressbook/viewmanager.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:58:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:58:35 +0900
commitef5d32c49ddf0e3536e3a1a06f8fc84e56a8f42e (patch)
tree1b2d4c4e28e640b2a5415510afe926471ebaa759 /kaddressbook/viewmanager.cpp
parentaaf564ace324cba8f96be63c505293f3f893bcd8 (diff)
downloadtdepim-ef5d32c49ddf0e3536e3a1a06f8fc84e56a8f42e.tar.gz
tdepim-ef5d32c49ddf0e3536e3a1a06f8fc84e56a8f42e.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kaddressbook/viewmanager.cpp')
-rw-r--r--kaddressbook/viewmanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp
index 125b95c7..eaeb0ae1 100644
--- a/kaddressbook/viewmanager.cpp
+++ b/kaddressbook/viewmanager.cpp
@@ -31,7 +31,6 @@
#include <tdeactionclasses.h>
#include <tdeconfig.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <kiconloader.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
@@ -565,9 +564,7 @@ int ViewManager::filterPosition( const TQString &name ) const
void ViewManager::initActions()
{
mActionSelectView = new TDESelectAction( i18n( "Select View" ), 0, mCore->actionCollection(), "select_view" );
-#if TDE_VERSION >= 309
mActionSelectView->setMenuAccelsEnabled( false );
-#endif
connect( mActionSelectView, TQ_SIGNAL( activated( const TQString& ) ),
TQ_SLOT( setActiveView( const TQString& ) ) );