summaryrefslogtreecommitdiffstats
path: root/chalk/ui
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-26 20:07:39 -0600
committerTimothy Pearson <[email protected]>2011-12-26 20:07:39 -0600
commit4163a7bc764c85387ab50a0a9042401aac430547 (patch)
treec2ede39f3fbc7e64aa67e9823aa37182289e22c3 /chalk/ui
parent039393e199a49b5158929668908f9cb1fe226484 (diff)
downloadkoffice-4163a7bc764c85387ab50a0a9042401aac430547.tar.gz
koffice-4163a7bc764c85387ab50a0a9042401aac430547.zip
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'chalk/ui')
-rw-r--r--chalk/ui/kis_paintop_box.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_paintop_box.cc b/chalk/ui/kis_paintop_box.cc
index 30c2c8e9..95a99bd5 100644
--- a/chalk/ui/kis_paintop_box.cc
+++ b/chalk/ui/kis_paintop_box.cc
@@ -47,7 +47,7 @@ KisPaintopBox::KisPaintopBox (KisView * view, TQWidget *parent, const char * nam
: super (parent, name),
m_canvasController(view->getCanvasController())
{
-#if TDE_VERSION >= KDE_MAKE_VERSION(3,3,90)
+#if TDE_VERSION >= TDE_MAKE_VERSION(3,3,90)
KAcceleratorManager::setNoAccel(this);
#endif