summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:39:23 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:39:23 -0500
commit40712e064638a603834221ccc204345c1bb9acf5 (patch)
tree7b13067b7a8eafb4ca54e9600d0ce5154c70bcd7
parent1ba4ed64cb27aff7bf919f290a8e67d223c94647 (diff)
downloadtdelibs-40712e06.tar.gz
tdelibs-40712e06.zip
Fix inadvertent tq changes.
-rw-r--r--kio/kio/kdirwatch_p.h2
-rw-r--r--kmdi/kmdidocumentviewtabwidget.cpp2
-rw-r--r--kmdi/kmditoolviewaccessor.cpp2
-rw-r--r--tdecore/ksimpledirwatch_p.h2
-rw-r--r--tdeui/kaboutdialog.cpp10
-rw-r--r--tdeui/kdockwidget.cpp2
-rw-r--r--tdeui/kdockwidget_private.cpp2
7 files changed, 11 insertions, 11 deletions
diff --git a/kio/kio/kdirwatch_p.h b/kio/kio/kdirwatch_p.h
index 1c0ec8fe7..8777f56b2 100644
--- a/kio/kio/kdirwatch_p.h
+++ b/kio/kio/kdirwatch_p.h
@@ -1,6 +1,6 @@
/* Private Header for class of KDirWatchPrivate
*
- * this separate header file is needed for TQMOC processing
+ * this separate header file is needed for MOC processing
* because KDirWatchPrivate has signals and slots
*/
diff --git a/kmdi/kmdidocumentviewtabwidget.cpp b/kmdi/kmdidocumentviewtabwidget.cpp
index a75000148..90b618e47 100644
--- a/kmdi/kmdidocumentviewtabwidget.cpp
+++ b/kmdi/kmdidocumentviewtabwidget.cpp
@@ -140,7 +140,7 @@ KMdi::TabWidgetVisibility KMdiDocumentViewTabWidget::tabWidgetVisibility( )
}
-#ifndef NO_INCLUDE_TQMOCFILES
+#ifndef NO_INCLUDE_MOCFILES
#include "kmdidocumentviewtabwidget.moc"
#endif
diff --git a/kmdi/kmditoolviewaccessor.cpp b/kmdi/kmditoolviewaccessor.cpp
index fa8a35f74..c85921a27 100644
--- a/kmdi/kmditoolviewaccessor.cpp
+++ b/kmdi/kmditoolviewaccessor.cpp
@@ -262,7 +262,7 @@ void KMdiToolViewAccessor::show()
}
-#ifndef NO_INCLUDE_TQMOCFILES
+#ifndef NO_INCLUDE_MOCFILES
#include "kmditoolviewaccessor.moc"
#endif
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;
diff --git a/tdecore/ksimpledirwatch_p.h b/tdecore/ksimpledirwatch_p.h
index a0022f3ae..c295ac957 100644
--- a/tdecore/ksimpledirwatch_p.h
+++ b/tdecore/ksimpledirwatch_p.h
@@ -1,6 +1,6 @@
/* Private Header for class of KSimpleDirWatchPrivate
*
- * this separate header file is needed for TQMOC processing
+ * this separate header file is needed for MOC processing
* because KSimpleDirWatchPrivate has signals and slots
*
* KSimpleDirWatch is a basic copy of KDirWatch
diff --git a/tdeui/kaboutdialog.cpp b/tdeui/kaboutdialog.cpp
index b1db10f12..3ed785891 100644
--- a/tdeui/kaboutdialog.cpp
+++ b/tdeui/kaboutdialog.cpp
@@ -41,15 +41,15 @@
#include <kaboutdialog_private.h>
#include <kdebug.h>
-//TQMOC_SKIP_BEGIN
+//MOC_SKIP_BEGIN
template class TQPtrList<KAboutContributor>;
-//TQMOC_SKIP_END
+//MOC_SKIP_END
#define WORKTEXT_IDENTATION 16
#define Grid 3
// ##############################################################
-// TQMOC OUTPUT FILES:
+// MOC OUTPUT FILES:
#include "kaboutdialog.moc"
#include "kaboutdialog_private.moc"
// ##############################################################
@@ -928,7 +928,7 @@ void KAboutContainer::addImage( const TQString &fileName, int alignment )
}
#if 0
-//TQMOC_SKIP_BEGIN
+//MOC_SKIP_BEGIN
/** Every person displayed is stored in a KAboutContributor object.
* Every contributor, the author and/or the maintainer of the application are
@@ -1181,7 +1181,7 @@ KAboutContributor::paintEvent(TQPaintEvent* e)
paint.drawText(WORKTEXT_IDENTATION, cy, w, h, AlignLeft | WordBreak, work);
// ############################################################################
}
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
diff --git a/tdeui/kdockwidget.cpp b/tdeui/kdockwidget.cpp
index 7f40ae3a6..95ceb33dd 100644
--- a/tdeui/kdockwidget.cpp
+++ b/tdeui/kdockwidget.cpp
@@ -3326,6 +3326,6 @@ void KDockArea::virtual_hook( int, void* )
{ /*KMainWindow::virtual_hook( id, data );*/ }
-#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.moc"
#endif
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