From 0873dcc7738ce52369c0ff7b25c932029b6f2218 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 May 2020 00:29:20 +0900 Subject: Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack. Signed-off-by: Michele Calgaro --- src/dotparse.ypp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotparse.ypp b/src/dotparse.ypp index f8e8960..37b501d 100644 --- a/src/dotparse.ypp +++ b/src/dotparse.ypp @@ -15,7 +15,7 @@ void yyinit(CallTreeDlg*, FILE*, Encoder*); void yyerror(const char*); static TQMap s_pMapAttr; -static TQStack s_pParentStack; +static TQPtrStack s_pParentStack; static TQListView* s_pTree; static GraphWidget* s_pGraph; -- cgit v1.2.1