metaunload code now generated automatically

svn path=/trunk/kdebase/konsole/; revision=54444
wilder-portage
Michael Matz 26 years ago
parent d3eccf48d8
commit ecec142c77
  1. 6
      src/konsole_part.C

@ -49,11 +49,6 @@ 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
*/
@ -62,7 +57,6 @@ KAboutData *konsoleFactory::s_aboutData = 0;
konsoleFactory::konsoleFactory()
{
setMocClasses(mocs);
}
konsoleFactory::~konsoleFactory()

Loading…
Cancel
Save