diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:37:45 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:37:45 -0500 |
| commit | eed075ad241e6d1be5a68d60f6a77ce4d63f7e25 (patch) | |
| tree | eed5ba6d4f2c9646052a04b1ba6aaa1976b236b8 /lib/compatibility/kmdi/qextmdi/kdockwidget.cpp | |
| parent | fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f (diff) | |
| download | tdewebdev-eed075ad241e6d1be5a68d60f6a77ce4d63f7e25.tar.gz tdewebdev-eed075ad241e6d1be5a68d60f6a77ce4d63f7e25.zip | |
Fix inadvertent tq changes.
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/kdockwidget.cpp')
| -rw-r--r-- | lib/compatibility/kmdi/qextmdi/kdockwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kdockwidget.cpp b/lib/compatibility/kmdi/qextmdi/kdockwidget.cpp index 71c2c9d1..00ba06c7 100644 --- a/lib/compatibility/kmdi/qextmdi/kdockwidget.cpp +++ b/lib/compatibility/kmdi/qextmdi/kdockwidget.cpp @@ -3270,6 +3270,6 @@ void KDockArea::virtual_hook( int, void* ) { /*KMainWindow::virtual_hook( id, data );*/ } -#ifndef NO_INCLUDE_TQMOCFILES // for TQt-only projects, because tmake doesn't take this name +#ifndef NO_INCLUDE_MOCFILES // for TQt-only projects, because tmake doesn't take this name #include "kdockwidget.moc" #endif |
