summaryrefslogtreecommitdiffstats
path: root/chalk/ui
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui')
-rw-r--r--chalk/ui/kis_paintop_box.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/chalk/ui/kis_paintop_box.cpp b/chalk/ui/kis_paintop_box.cpp
index dbff1e1da..d2b9b5063 100644
--- a/chalk/ui/kis_paintop_box.cpp
+++ b/chalk/ui/kis_paintop_box.cpp
@@ -47,9 +47,7 @@ KisPaintopBox::KisPaintopBox (KisView * view, TQWidget *parent, const char * nam
: super (parent, name),
m_canvasController(view->getCanvasController())
{
-#if TDE_VERSION >= TDE_MAKE_VERSION(3,3,90)
TDEAcceleratorManager::setNoAccel(this);
-#endif
Q_ASSERT(m_canvasController != 0);