diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 17:36:33 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 17:36:33 -0500 |
commit | c8388916e47a7fdf453c5c83339c362bb016d140 (patch) | |
tree | 9b5ec7ce2a39bc1ac3022f512f896868285e1547 /buildtools/autotools/kfiledndiconview.cpp | |
parent | 3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (diff) | |
download | tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.tar.gz tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'buildtools/autotools/kfiledndiconview.cpp')
-rw-r--r-- | buildtools/autotools/kfiledndiconview.cpp | 2 |
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 |