From 40712e064638a603834221ccc204345c1bb9acf5 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 17:39:23 -0500 Subject: Fix inadvertent tq changes. --- tdeui/kaboutdialog.cpp | 10 +++++----- tdeui/kdockwidget.cpp | 2 +- tdeui/kdockwidget_private.cpp | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tdeui') 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 #include -//TQMOC_SKIP_BEGIN +//MOC_SKIP_BEGIN template class TQPtrList; -//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 -- cgit v1.2.1