diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:45:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:45:20 +0900 |
commit | 3c9a65277bc253cd699c207925de403ddf860905 (patch) | |
tree | 2e05b3abd0ed4bfdac911d4bdfefc9a1e2220373 | |
parent | feeb98ac77de74b87a035c89aea39d553f2f524c (diff) | |
download | tdesdk-3c9a65277bc253cd699c207925de403ddf860905.tar.gz tdesdk-3c9a65277bc253cd699c207925de403ddf860905.zip |
Removed obsolete Qt2's TQList/QStack/QVector classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | scripts/fixheaders | 1 | ||||
-rw-r--r-- | scripts/fixkdeincludes | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index 6712ee5c..73c7b581 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -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', diff --git a/scripts/fixkdeincludes b/scripts/fixkdeincludes index cb8fed41..96ca3d0a 100644 --- a/scripts/fixkdeincludes +++ b/scripts/fixkdeincludes @@ -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", |