summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/kfiledndiconview.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-21 17:36:33 -0500
committerDarrell Anderson <[email protected]>2012-10-21 17:36:33 -0500
commitc8388916e47a7fdf453c5c83339c362bb016d140 (patch)
tree9b5ec7ce2a39bc1ac3022f512f896868285e1547 /buildtools/autotools/kfiledndiconview.cpp
parent3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (diff)
downloadtdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.tar.gz
tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.zip
Fix inadvertent tq changes.
Diffstat (limited to 'buildtools/autotools/kfiledndiconview.cpp')
-rw-r--r--buildtools/autotools/kfiledndiconview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/kfiledndiconview.cpp b/buildtools/autotools/kfiledndiconview.cpp
index d4cccdb8..7bf8a852 100644
--- a/buildtools/autotools/kfiledndiconview.cpp
+++ b/buildtools/autotools/kfiledndiconview.cpp
@@ -189,6 +189,6 @@ bool KFileDnDIconView::acceptDrag(TQDropEvent* e ) const {
|| e->action() == TQDropEvent::Link );
}
//-----------------------------------------------
-#ifndef NO_INCLUDE_TQMOCFILES
+#ifndef NO_INCLUDE_MOCFILES
#include "kfiledndiconview.moc"
#endif