summaryrefslogtreecommitdiffstats
path: root/smoke/tqt/qtguess.pl.in
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-07 11:42:10 +0900
committerMichele Calgaro <[email protected]>2023-07-07 11:42:10 +0900
commitbd2330bdf7386117d18ed22f649de6af4a68aa13 (patch)
treedc814f5a193a94e3a405e09350e01f392a782ccf /smoke/tqt/qtguess.pl.in
parenta873881072ed7cc412186b13c5e1a1f55bcad017 (diff)
downloadlibtqt-perl-bd2330bdf7386117d18ed22f649de6af4a68aa13.tar.gz
libtqt-perl-bd2330bdf7386117d18ed22f649de6af4a68aa13.zip
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'smoke/tqt/qtguess.pl.in')
-rw-r--r--smoke/tqt/qtguess.pl.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in
index 9e4e168..a3859b9 100644
--- a/smoke/tqt/qtguess.pl.in
+++ b/smoke/tqt/qtguess.pl.in
@@ -394,16 +394,6 @@ our %tests = (
"TQT_NO_PROGRESSDIALOG" => ["ntqprogressdialog.h", "TQProgressDialog foo;", 13],
"TQT_NO_PUSHBUTTON" => ["ntqpushbutton.h", "TQPushButton foo( (TQWidget *) NULL );", 12],
"TQT_NO_PROPERTIES" => ["ntqmetaobject.h", "TQMetaProperty foo;", 0],
-# "TQT_NO_TQTMULTILINEEDIT" => ["ntqtmultilineedit.h", "TQtMultiLineEdit foo;", 15],
-# "TQT_NO_TQTTABLEVIEW" => ["ntqttableview.h", "TQFoo foo;", 16, q�
-# class TQFoo: public TQtTableView
-# {
-# public:
-# TQFoo() {};
-# ~TQFoo() {};
-# void paintCell( TQPainter *, int, int) {};
-# };
-# �],
"TQT_NO_TQUUID_STRING" => ["ntquuid.h", "TQUuid foo( TQString::null );", 8],
"TQT_NO_RANGECONTROL" => ["ntqrangecontrol.h", "TQRangeControl foo;", 10],
"TQT_NO_REGEXP" => ["ntqregexp.h", "TQRegExp foo;", 5],