diff -r 626fd85b1f69 -r 5391ab620c95 showtextdialog.ui.h --- a/showtextdialog.ui.h Tue Sep 05 15:05:18 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -void ShowTextDialog::init() -{ - textEdit1->setReadOnly (true); -} - -void ShowTextDialog::setCaption (const QString &t) -{ - QDialog::setCaption ("VYM - " + tr ("History of %1").arg(t)); -} - -void ShowTextDialog::setText(const QString &t) -{ - textEdit1->setText (t); -} - -void ShowTextDialog::append( const QString &t ) -{ - textEdit1->append (t); -}