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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 4 years ago
parent 4e1cf23949
commit 0873dcc773
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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