Index: ossp-pkg/as/as-gui/as_generic.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_generic.cpp,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_generic.cpp,v' 2>/dev/null --- as_generic.cpp 2003/02/04 19:30:31 1.4 +++ as_generic.cpp 2003/02/18 18:26:14 1.5 @@ -33,17 +33,12 @@ #include "as_generic.h" -// Version information -#define _AS_VERSION_CPP_AS_HEADER_ -#include "as_version.cpp" -#undef _AS_VERSION_CPP_AS_HEADER_ - // Construct a Prototype object Prototype::Prototype() { // For display of a prototype implementation - QString Namever = QString("AS Accounting System") + ' ' + asgui_version.v_short; + QString Namever = QString("AS Accounting System"); m_pProtomsg = new QMessageBox(Namever, QObject::trUtf8("This method is not implemented yet."), QMessageBox::NoIcon, QMessageBox::Ok | QMessageBox::Default,