diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 17:39:23 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 17:39:23 -0500 |
commit | 40712e064638a603834221ccc204345c1bb9acf5 (patch) | |
tree | 7b13067b7a8eafb4ca54e9600d0ce5154c70bcd7 /tdeui/kdockwidget_private.cpp | |
parent | 1ba4ed64cb27aff7bf919f290a8e67d223c94647 (diff) | |
download | tdelibs-40712e064638a603834221ccc204345c1bb9acf5.tar.gz tdelibs-40712e064638a603834221ccc204345c1bb9acf5.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'tdeui/kdockwidget_private.cpp')
-rw-r--r-- | tdeui/kdockwidget_private.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kdockwidget_private.cpp b/tdeui/kdockwidget_private.cpp index 41372fdf6..a067efe2a 100644 --- a/tdeui/kdockwidget_private.cpp +++ b/tdeui/kdockwidget_private.cpp @@ -707,6 +707,6 @@ void KDockWidgetPrivate::slotFocusEmbeddedWidget(TQWidget* w) } } -#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_private.moc" #endif |