#include #include #include #include "kcmstyle.h" extern "C" { KCModule *create_style(TQWidget *parent, const char *) { return new KCMStyle(parent, "kcmstyle"); } } /* typedef KGenericFactory GeneralFactory; K_EXPORT_COMPONENT_FACTORY( kcm_style, GeneralFactory ) */