ossp-pkg/as/as-gui/as_gui.cpp 1.33 -> 1.34
--- as_gui.cpp 2002/12/19 20:46:26 1.33
+++ as_gui.cpp 2003/01/16 08:37:40 1.34
@@ -38,7 +38,7 @@
// Construct a Titraqform which is a child of 'pParent', with the
// name 'kszName' and widget flags set to 'Flags'
//
-Titraqform::Titraqform(QWidget *pParent, const char *kszName, WFlags Flags) :
+Titraqform::Titraqform(QWidget *pParent, const char *kszName, WFlags Flags) :
QMainWindow(pParent, kszName, Flags)
{
// Early initializations
|
|