--- test-widget.cpp Sat Apr 29 21:19:16 2000 +++ ../koffice/KDE/qt-copy/tutorial/t1/test-widget.cpp Sat Apr 29 21:29:23 2000 @@ -14,7 +14,7 @@ QLabel *s = new QLabel(this); s->setText("label 2"); layout->addWidget(s); - + } void MyTestClass::paintEvent(QPaintEvent *) @@ -33,3 +33,4 @@ return myapp.exec(); } +#include "test-widget.moc"