summaryrefslogtreecommitdiffstats
path: root/kdeui/kdockwidget.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:39:23 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-09 01:57:37 +0100
commit03929452275f29cf2c2cb7b331be898838506e14 (patch)
tree81844df26ea61c7fcd0b7bddcd636a0769b42399 /kdeui/kdockwidget.cpp
parentc2fdbe63f8d0dc822c79100ab6739f297b2c6ab8 (diff)
downloadtdelibs-03929452275f29cf2c2cb7b331be898838506e14.tar.gz
tdelibs-03929452275f29cf2c2cb7b331be898838506e14.zip
Fix inadvertent tq changes.
(cherry picked from commit 40712e064638a603834221ccc204345c1bb9acf5)
Diffstat (limited to 'kdeui/kdockwidget.cpp')
-rw-r--r--kdeui/kdockwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kdockwidget.cpp b/kdeui/kdockwidget.cpp
index c8d14a0d3..afaa615fd 100644
--- a/kdeui/kdockwidget.cpp
+++ b/kdeui/kdockwidget.cpp
@@ -3326,6 +3326,6 @@ void KDockArea::virtual_hook( int, void* )
{ /*KMainWindow::virtual_hook( id, data );*/ }
-#ifndef NO_INCLUDE_TQMOCFILES // for Qt-only projects, because tmake doesn't take this name
+#ifndef NO_INCLUDE_MOCFILES // for Qt-only projects, because tmake doesn't take this name
#include "kdockwidget.moc"
#endif