From 6a488d00648cbc5c2dcfa10e02fcc3d22b13c491 Mon Sep 17 00:00:00 2001 From: Otto Bruggeman Date: Fri, 4 May 2001 01:40:07 +0000 Subject: [PATCH] includemocs kdegraphics svn path=/trunk/kdegraphics/kdvi/; revision=95056 --- font.cpp | 1 + fontpool.cpp | 1 + fontprogress.cpp | 1 + infodialog.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/font.cpp b/font.cpp index dadf0323e..cf03d9b59 100644 --- a/font.cpp +++ b/font.cpp @@ -169,3 +169,4 @@ struct glyph *font::glyphptr(unsigned int ch) { return g; } +#include "font.moc" diff --git a/fontpool.cpp b/fontpool.cpp index 575e3e086..02e815c69 100644 --- a/fontpool.cpp +++ b/fontpool.cpp @@ -513,3 +513,4 @@ void fontPool::abortGeneration(void) proc->kill(); } } +#include "fontpool.moc" diff --git a/fontprogress.cpp b/fontprogress.cpp index 8233c8dab..bf4aed529 100644 --- a/fontprogress.cpp +++ b/fontprogress.cpp @@ -96,3 +96,4 @@ void fontProgressDialog::show(void) KDialogBase::show(); } +#include "fontprogress.moc" diff --git a/infodialog.cpp b/infodialog.cpp index 6a20e13ad..30d32a6f5 100644 --- a/infodialog.cpp +++ b/infodialog.cpp @@ -134,3 +134,4 @@ void infoDialog::clear(QString op) pool = QString::null; MFOutputReceived = false; } +#include "infodialog.moc"