Fix inadvertent tq changes.

(cherry picked from commit 28319c423d)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent c2d31ad70e
commit 91c8562377

@ -2546,6 +2546,6 @@ void PMDockArea::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 "pmdockwidget.moc"
#endif

@ -367,6 +367,6 @@ void PMDockWidgetPrivate::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 "pmdockwidget_private.moc"
#endif

Loading…
Cancel
Save