From 10d96763cfcf0e53c4067879d70a50ab1ada25b8 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 20 Jun 2007 14:01:12 +0000 Subject: [PATCH] Porting to Qt 4 --- adm_local/unix/config_files/check_qwt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm_local/unix/config_files/check_qwt.m4 b/adm_local/unix/config_files/check_qwt.m4 index 443f0bc32..f5bb45250 100644 --- a/adm_local/unix/config_files/check_qwt.m4 +++ b/adm_local/unix/config_files/check_qwt.m4 @@ -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();, -- 2.39.2