From bb4c6de79e5dc484549c8af6b77e12c1fd670828 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Thu, 15 Jun 2000 00:17:54 +0000 Subject: [PATCH] metaunload for David to try svn path=/trunk/kdebase/konsole/; revision=53268 --- src/konsole_part.C | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/konsole_part.C b/src/konsole_part.C index dd45aca5..3a6c77d3 100644 --- a/src/konsole_part.C +++ b/src/konsole_part.C @@ -53,6 +53,11 @@ extern "C" } }; +static const char *mocs[] = { +#include "libkonsolepart_la_moc_classes.h" +0 +}; + /** * We need one static instance of the factory for our C 'main' function */ @@ -61,6 +66,7 @@ KAboutData *konsoleFactory::s_aboutData = 0; konsoleFactory::konsoleFactory() { + setMocClasses(mocs); } konsoleFactory::~konsoleFactory()