summaryrefslogtreecommitdiffstats
path: root/kompare/kompare_shell.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 11:58:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 18:08:32 +0900
commit978a86aaefa2b9588756e25c7c602974f49c7ac7 (patch)
tree2fe3e04f279a4961e9a67d8e9db3403f0dab3fa7 /kompare/kompare_shell.cpp
parent57fd7d33c49cc7f55c1c19042377fa248ce6537b (diff)
downloadtdesdk-r14.1.x.tar.gz
tdesdk-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a10a5a2ac575c60f4ff3a1647c6b6ffa8b2e37e8)
Diffstat (limited to 'kompare/kompare_shell.cpp')
-rw-r--r--kompare/kompare_shell.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kompare/kompare_shell.cpp b/kompare/kompare_shell.cpp
index 277afbc6..3f83ea3a 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" );