summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_paintop_box.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
commit7723e709cedf05437e464158ce3f6f4b6806effe (patch)
treeee35b3379174400d351783fc7bd458f26bfd3d65 /chalk/ui/kis_paintop_box.cpp
parentee1d68b71d187a56488c844007c6803ec32d010f (diff)
downloadkoffice-remove/tde-version.tar.gz
koffice-remove/tde-version.zip
Remove use of TDE_VERSIONremove/tde-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/ui/kis_paintop_box.cpp')
-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);