Fix inadvertent tq changes.

pull/1/head
Darrell Anderson 12 years ago
parent b7ece06187
commit 28319c423d

@ -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