summaryrefslogtreecommitdiffstats
path: root/atlantik/client/atlantik.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'atlantik/client/atlantik.cpp')
-rw-r--r--atlantik/client/atlantik.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/atlantik/client/atlantik.cpp b/atlantik/client/atlantik.cpp
index 9f442da7..c4ebbc0e 100644
--- a/atlantik/client/atlantik.cpp
+++ b/atlantik/client/atlantik.cpp
@@ -35,15 +35,6 @@
#include <kstdgameaction.h>
#include <kstdaction.h>
#include <tdetoolbar.h>
-
-#include <tdeversion.h>
-#undef KDE_3_2_FEATURES
-#if defined(TDE_MAKE_VERSION)
-#if TDE_VERSION >= TDE_MAKE_VERSION(3,2,0)
- #define KDE_3_2_FEATURES
-#endif
-#endif
-
#include <kdebug.h>
#include <atlantic_core.h>
@@ -66,11 +57,7 @@
LogTextEdit::LogTextEdit( TQWidget *parent, const char *name ) : TQTextEdit( parent, name )
{
-#ifdef KDE_3_2_FEATURES
m_clear = KStdAction::clear( this, TQ_SLOT( clear() ), 0 );
-#else
- m_clear = new TDEAction( i18n("Clear"), "clear", NULL, this, TQ_SLOT( clear() ), static_cast<TDEActionCollection *>(0), "clear" );
-#endif
m_selectAll = KStdAction::selectAll( this, TQ_SLOT( selectAll() ), 0 );
m_copy = KStdAction::copy( this, TQ_SLOT( copy() ), 0 );
}