summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:40:20 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-11 03:18:48 +0100
commit91c85623779b07f33a690da02061efb41b34c28e (patch)
treee352017f2c8b2c1293aadaa786df3facdb4d3e86
parentc2d31ad70eb298266ca88ae8f502388f2a76159e (diff)
downloadtdegraphics-91c85623779b07f33a690da02061efb41b34c28e.tar.gz
tdegraphics-91c85623779b07f33a690da02061efb41b34c28e.zip
Fix inadvertent tq changes.
(cherry picked from commit 28319c423daa5e2d3129f0133b7f0de32cc4ee4a)
-rw-r--r--kpovmodeler/pmdockwidget.cpp2
-rw-r--r--kpovmodeler/pmdockwidget_private.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmdockwidget.cpp b/kpovmodeler/pmdockwidget.cpp
index a395f9c7..5ee9c8f5 100644
--- a/kpovmodeler/pmdockwidget.cpp
+++ b/kpovmodeler/pmdockwidget.cpp
@@ -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
diff --git a/kpovmodeler/pmdockwidget_private.cpp b/kpovmodeler/pmdockwidget_private.cpp
index a7f45e50..dff656d7 100644
--- a/kpovmodeler/pmdockwidget_private.cpp
+++ b/kpovmodeler/pmdockwidget_private.cpp
@@ -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