summaryrefslogtreecommitdiffstats
path: root/smoke/tde/qtguess.pl.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-18 23:10:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-18 23:10:53 +0900
commit941081ce59c5bca75ab837bd14b2503047e4ab2e (patch)
tree215ab6b0c53b575c7aceac83cee4db0e7b071a95 /smoke/tde/qtguess.pl.in
parentd425da226ca10660d2e9dd53aaa6d895ce772904 (diff)
downloadtdebindings-941081ce59c5bca75ab837bd14b2503047e4ab2e.tar.gz
tdebindings-941081ce59c5bca75ab837bd14b2503047e4ab2e.zip
Drop Qt2's TQSemiModal and TQSortedList classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tde/qtguess.pl.in')
-rw-r--r--smoke/tde/qtguess.pl.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/smoke/tde/qtguess.pl.in b/smoke/tde/qtguess.pl.in
index cc50538f..5c5e26bf 100644
--- a/smoke/tde/qtguess.pl.in
+++ b/smoke/tde/qtguess.pl.in
@@ -419,7 +419,6 @@ our %tests = (
"TQT_NO_RICHTEXT" => ["qsimplerichtext.h, qstring.h, qfont.h", "TQSimpleRichText foo( TQString::null, TQFont() );", 10],
"TQT_NO_SCROLLBAR" => ["qscrollbar.h", "TQScrollBar foo( (TQWidget *) NULL );", 12],
"TQT_NO_SCROLLVIEW" => ["qscrollview.h", "TQScrollView foo;", 12],
- "TQT_NO_SEMIMODAL" => ["qsemimodal.h", "TQSemiModal foo;", 10],
"TQT_NO_SESSIONMANAGER" => ["qapplication.h", q£
TQApplication foo( argc, argv );
foo.sessionId();