summaryrefslogtreecommitdiffstats
path: root/smoke
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-07 17:11:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-07 18:31:26 +0900
commite11ddd0c0030f34d0ca3f11da154d0403fc34ce3 (patch)
treefc53e879785129c4c35a18c489cb7e5b8ba3f6af /smoke
parentc269a8287baa2321302c501825c81a3c92280349 (diff)
downloadtdebindings-e11ddd0c0030f34d0ca3f11da154d0403fc34ce3.tar.gz
tdebindings-e11ddd0c0030f34d0ca3f11da154d0403fc34ce3.zip
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 82b7bd7c41741fe1b23d088906e46bb72ee33430)
Diffstat (limited to 'smoke')
-rw-r--r--smoke/tde/generate.pl.in2
-rw-r--r--smoke/tde/header_list2
-rw-r--r--smoke/tde/qtguess.pl.in10
-rw-r--r--smoke/tqt/generate.pl.in2
-rw-r--r--smoke/tqt/header_list2
-rw-r--r--smoke/tqt/qtguess.pl.in10
6 files changed, 0 insertions, 28 deletions
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 76b945dc..ef232772 100644
--- a/smoke/tde/header_list
+++ b/smoke/tde/header_list
@@ -286,7 +286,6 @@ ntqt.h
ntqthread.h
ntqtimer.h
ntqtl.h
-ntqtmultilineedit.h
ntqtoolbar.h
ntqtoolbutton.h
ntqtoolbox.h
@@ -294,7 +293,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 cc50538f..d983bb40 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 76b945dc..ef232772 100644
--- a/smoke/tqt/header_list
+++ b/smoke/tqt/header_list
@@ -286,7 +286,6 @@ ntqt.h
ntqthread.h
ntqtimer.h
ntqtl.h
-ntqtmultilineedit.h
ntqtoolbar.h
ntqtoolbutton.h
ntqtoolbox.h
@@ -294,7 +293,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 cc50538f..d983bb40 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],