]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt 4
authorvsr <vsr@opencascade.com>
Wed, 20 Jun 2007 14:01:12 +0000 (14:01 +0000)
committervsr <vsr@opencascade.com>
Wed, 20 Jun 2007 14:01:12 +0000 (14:01 +0000)
adm_local/unix/config_files/check_qwt.m4

index 443f0bc321ca51de54ad4990383d58332a21eb10..f5bb452509717a1aa07b4330f8f769049faff473 100644 (file)
@@ -116,7 +116,7 @@ then
 ,   int n;
     char **s;
     QApplication a(n, s);
-    QwtPlot* p;
+    QwtPlot p;
     p.resize( 600, 400 );
     p.show();
     a.exec();,