corewidget.cpp
1
22#include "corewidget.h"
23
24using namespace Komposer;
25
26CoreWidget::CoreWidget( TQWidget *parent, const char *name )
27 : TQWidget( parent, name )
28{
29}
30
31#include "corewidget.moc"
attachment.h
Definition: attachment.h:29