Fix inadvertent tq changes.

(cherry picked from commit 40712e0646)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent c2fdbe63f8
commit 0392945227

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

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

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

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

@ -140,7 +140,7 @@ KMdi::TabWidgetVisibility KMdiDocumentViewTabWidget::tabWidgetVisibility( )
}
#ifndef NO_INCLUDE_TQMOCFILES
#ifndef NO_INCLUDE_MOCFILES
#include "kmdidocumentviewtabwidget.moc"
#endif

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

Loading…
Cancel
Save