summaryrefslogtreecommitdiffstats
path: root/smoke
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-20 13:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-20 13:20:38 +0900
commita873881072ed7cc412186b13c5e1a1f55bcad017 (patch)
tree186b86cf917442196e2c3373cbf74daf8d72b576 /smoke
parent5f439f5e6de7969752a2202e78f032751454705a (diff)
downloadlibtqt-perl-a873881072ed7cc412186b13c5e1a1f55bcad017.tar.gz
libtqt-perl-a873881072ed7cc412186b13c5e1a1f55bcad017.zip
Drop Qt2's TQSemiModal and TQSortedList classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke')
-rw-r--r--smoke/tqt/header_list2
-rw-r--r--smoke/tqt/qtguess.pl.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list
index 82731f8..78af294 100644
--- a/smoke/tqt/header_list
+++ b/smoke/tqt/header_list
@@ -216,7 +216,6 @@ ntqscrbar.h
ntqscrollbar.h
ntqscrollview.h
ntqsemaphore.h
-ntqsemimodal.h
ntqserversocket.h
ntqsession.h
ntqsessionmanager.h
@@ -236,7 +235,6 @@ ntqsocketdevice.h
ntqsocket.h
ntqsocketnotifier.h
ntqsocknot.h
-ntqsortedlist.h
ntqsound.h
ntqspinbox.h
ntqsplashscreen.h
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in
index 231914f..9e4e168 100644
--- a/smoke/tqt/qtguess.pl.in
+++ b/smoke/tqt/qtguess.pl.in
@@ -419,7 +419,6 @@ our %tests = (
"TQT_NO_RICHTEXT" => ["ntqsimplerichtext.h, qstring.h, qfont.h", "TQSimpleRichText foo( TQString::null, TQFont() );", 10],
"TQT_NO_SCROLLBAR" => ["ntqscrollbar.h", "TQScrollBar foo( (TQWidget *) NULL );", 12],
"TQT_NO_SCROLLVIEW" => ["ntqscrollview.h", "TQScrollView foo;", 12],
- "TQT_NO_SEMIMODAL" => ["ntqsemimodal.h", "TQSemiModal foo;", 10],
"TQT_NO_SESSIONMANAGER" => ["ntqapplication.h", q£
TQApplication foo( argc, argv );
foo.sessionId();