Removed obsolete Qt2's TQList/QStack/QVector classes.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 4 years ago
parent feeb98ac77
commit 3c9a65277b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -94,7 +94,6 @@ $lastdir = '.';
'error: \'Q3CString\' is used as a type' => "q3cstring",
'error: ISO C\+\+ forbids declaration of \`Q3CString\' with' => "q3cstring",
'error: incomplete type \'QPixmap\' cannot be used' => 'qpixmap',
'error: invalid use of undefined type `struct QVector' => 'qvector',
'error: incomplete type `Q3ValueList' => 'q3valuelist',
'error: variable `Q3ValueList<' => 'q3valuelist',
'error: `Q3PointArray\' undeclared' => 'q3pointarray',

@ -83,7 +83,6 @@ $hExt = "(h|H|hh|hxx|hpp|h\\+\\+)";
'qiodev.h' => "qiodevice.h",
'qlcdnum.h' => "qlcdnumber.h",
'qlined.h' => "qlineedit.h",
'qlist.h' => "qptrlist.h",
'qmenudta.h' => "qmenudata.h",
'qmetaobj.h' => "qmetaobject.h",
'qmlined.h' => "qtmultilineedit.h",
@ -105,10 +104,8 @@ $hExt = "(h|H|hh|hxx|hpp|h\\+\\+)";
'qrangect.h' => "qrangecontrol.h",
'qscrbar.h' => "qscrollbar.h",
'qsocknot.h' => "qsocketnotifier.h",
'qstack.h' => "qptrstack.h",
'qtabdlg.h' => "qtabdialog.h",
'qtstream.h' => "qtextstream.h",
'qvector.h' => "qptrvector.h",
'qwidcoll.h' => "qwidgetlist.h>\n\#include <qwidgetintdict.h",
'qwindefs.h' => "qwindowdefs.h",

Loading…
Cancel
Save