From a10a5a2ac575c60f4ff3a1647c6b6ffa8b2e37e8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 23 Mar 2026 11:58:32 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- kompare/kompare_shell.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'kompare/kompare_shell.cpp') diff --git a/kompare/kompare_shell.cpp b/kompare/kompare_shell.cpp index 2d0231a7..714ad381 100644 --- a/kompare/kompare_shell.cpp +++ b/kompare/kompare_shell.cpp @@ -239,9 +239,7 @@ void KompareShell::setupActions() actionCollection(), "file_blend_url" ); KStdAction::quit( this, TQ_SLOT( slotFileClose() ), actionCollection() ); -#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,90) createStandardStatusBarAction(); -#endif setStandardToolBarMenuEnabled(true); m_showTextView = new TDEToggleAction( i18n("Show T&ext View"), 0, this, TQ_SLOT(slotShowTextView()), actionCollection(), "options_show_text_view" ); -- cgit v1.2.3