From 82b7bd7c41741fe1b23d088906e46bb72ee33430 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 7 Jul 2023 17:11:32 +0900 Subject: Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView) Signed-off-by: Michele Calgaro --- smoke/tde/generate.pl.in | 2 -- smoke/tde/header_list | 2 -- smoke/tde/qtguess.pl.in | 10 ---------- smoke/tqt/generate.pl.in | 2 -- smoke/tqt/header_list | 2 -- smoke/tqt/qtguess.pl.in | 10 ---------- 6 files changed, 28 deletions(-) (limited to 'smoke') diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in index 2bf8112c..511d3d61 100644 --- a/smoke/tde/generate.pl.in +++ b/smoke/tde/generate.pl.in @@ -58,8 +58,6 @@ my %excludes = ( 'ntqgl.h' => 1, # OpenGL 'ntqglcolormap.h' => 1, # OpenGL 'ntqnp.h' => 1, # NSPlugin - 'ntqttableview.h' => 1, # Not in Qt anymore... - 'ntqtmultilineedit.h' => 1, # Not in Qt anymore... 'ntqwidgetfactory.h' => 1, # Just an interface 'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say 'ntqwindowsstyle.h' => 1, # Qt windowsstyle, plugin diff --git a/smoke/tde/header_list b/smoke/tde/header_list index 41e39c91..1581426a 100644 --- a/smoke/tde/header_list +++ b/smoke/tde/header_list @@ -281,7 +281,6 @@ ntqt.h ntqthread.h ntqtimer.h ntqtl.h -ntqtmultilineedit.h ntqtoolbar.h ntqtoolbutton.h ntqtoolbox.h @@ -289,7 +288,6 @@ ntqtooltip.h ntqtranslator.h ntqtsciicodec.h ntqtstream.h -ntqttableview.h ntqurl.h ntqurlinfo.h ntqurloperator.h diff --git a/smoke/tde/qtguess.pl.in b/smoke/tde/qtguess.pl.in index 5c5e26bf..126bdce3 100644 --- a/smoke/tde/qtguess.pl.in +++ b/smoke/tde/qtguess.pl.in @@ -394,16 +394,6 @@ our %tests = ( "TQT_NO_PROGRESSDIALOG" => ["qprogressdialog.h", "TQProgressDialog foo;", 13], "TQT_NO_PUSHBUTTON" => ["qpushbutton.h", "TQPushButton foo( (TQWidget *) NULL );", 12], "TQT_NO_PROPERTIES" => ["qmetaobject.h", "TQMetaProperty foo;", 0], -# "TQT_NO_QTMULTILINEEDIT" => ["qtmultilineedit.h", "QtMultiLineEdit foo;", 15], -# "TQT_NO_QTTABLEVIEW" => ["qttableview.h", "TQFoo foo;", 16, q£ -# class TQFoo: public QtTableView -# { -# public: -# TQFoo() {}; -# ~TQFoo() {}; -# void paintCell( TQPainter *, int, int) {}; -# }; -# £], "TQT_NO_QUUID_STRING" => ["quuid.h", "TQUuid foo( TQString::null );", 8], "TQT_NO_RANGECONTROL" => ["qrangecontrol.h", "TQRangeControl foo;", 10], "TQT_NO_REGEXP" => ["qregexp.h", "TQRegExp foo;", 5], diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 50c3d78f..686c6a27 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -64,8 +64,6 @@ my %excludes = ( 'ntqgl.h' => 1, # OpenGL 'ntqglcolormap.h' => 1, # OpenGL 'ntqnp.h' => 1, # NSPlugin - 'ntqttableview.h' => 1, # Not in Qt anymore... - 'ntqtmultilineedit.h' => 1, # Not in Qt anymore... 'ntqwidgetfactory.h' => 1, # Just an interface 'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say 'ntqwindowsstyle.h' => 1, # Qt windowsstyle, plugin diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list index 41e39c91..1581426a 100644 --- a/smoke/tqt/header_list +++ b/smoke/tqt/header_list @@ -281,7 +281,6 @@ ntqt.h ntqthread.h ntqtimer.h ntqtl.h -ntqtmultilineedit.h ntqtoolbar.h ntqtoolbutton.h ntqtoolbox.h @@ -289,7 +288,6 @@ ntqtooltip.h ntqtranslator.h ntqtsciicodec.h ntqtstream.h -ntqttableview.h ntqurl.h ntqurlinfo.h ntqurloperator.h diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 5c5e26bf..126bdce3 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -394,16 +394,6 @@ our %tests = ( "TQT_NO_PROGRESSDIALOG" => ["qprogressdialog.h", "TQProgressDialog foo;", 13], "TQT_NO_PUSHBUTTON" => ["qpushbutton.h", "TQPushButton foo( (TQWidget *) NULL );", 12], "TQT_NO_PROPERTIES" => ["qmetaobject.h", "TQMetaProperty foo;", 0], -# "TQT_NO_QTMULTILINEEDIT" => ["qtmultilineedit.h", "QtMultiLineEdit foo;", 15], -# "TQT_NO_QTTABLEVIEW" => ["qttableview.h", "TQFoo foo;", 16, q£ -# class TQFoo: public QtTableView -# { -# public: -# TQFoo() {}; -# ~TQFoo() {}; -# void paintCell( TQPainter *, int, int) {}; -# }; -# £], "TQT_NO_QUUID_STRING" => ["quuid.h", "TQUuid foo( TQString::null );", 8], "TQT_NO_RANGECONTROL" => ["qrangecontrol.h", "TQRangeControl foo;", 10], "TQT_NO_REGEXP" => ["qregexp.h", "TQRegExp foo;", 5], -- cgit v1.2.1