summaryrefslogtreecommitdiffstats
path: root/smoke/tde/qtguess.pl.in
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/tde/qtguess.pl.in
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/tde/qtguess.pl.in')
-rw-r--r--smoke/tde/qtguess.pl.in10
1 files changed, 0 insertions, 10 deletions
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],