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_private.cpp | |
parent | fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f (diff) | |
download | tdewebdev-eed075ad241e6d1be5a68d60f6a77ce4d63f7e25.tar.gz tdewebdev-eed075ad241e6d1be5a68d60f6a77ce4d63f7e25.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/kdockwidget_private.cpp')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/kdockwidget_private.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kdockwidget_private.cpp b/lib/compatibility/kmdi/qextmdi/kdockwidget_private.cpp index 49ddccdc..ef60f031 100644 --- a/lib/compatibility/kmdi/qextmdi/kdockwidget_private.cpp +++ b/lib/compatibility/kmdi/qextmdi/kdockwidget_private.cpp @@ -626,6 +626,6 @@ void KDockWidgetPrivate::slotFocusEmbeddedWidget(TQWidget* w) } } -#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_private.moc" #endif |