diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:58:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 16:08:45 +0900 |
| commit | 7a101103aae0ef3981c5b68f1cde8f68ded1dfba (patch) | |
| tree | 2d6863646ba1911a661430bf5df4a2333f824a72 /kaddressbook/viewmanager.cpp | |
| parent | 7d8b930487051bab7219f2b3d45fa53652d87873 (diff) | |
| download | tdepim-r14.1.x.tar.gz tdepim-r14.1.x.zip | |
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ef5d32c49ddf0e3536e3a1a06f8fc84e56a8f42e)
Diffstat (limited to 'kaddressbook/viewmanager.cpp')
| -rw-r--r-- | kaddressbook/viewmanager.cpp | 3 |
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& ) ) ); |
