Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0873dcc773)
r14.0.x
Michele Calgaro 4 years ago committed by Slávek Banko
parent 3d99c62072
commit 51f3a035d3
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -15,7 +15,7 @@ void yyinit(CallTreeDlg*, FILE*, Encoder*);
void yyerror(const char*);
static TQMap<TQString, TQString> s_pMapAttr;
static TQStack<TQListViewItem> s_pParentStack;
static TQPtrStack<TQListViewItem> s_pParentStack;
static TQListView* s_pTree;
static GraphWidget* s_pGraph;

Loading…
Cancel
Save