diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-07 11:42:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-07 16:33:09 +0900 |
commit | de0ff66be903375a2a3130bf071f0c1b2c857daa (patch) | |
tree | de2aea184f2bc28c2c088cfc6a8e0160019cbd26 | |
parent | 25f2672b3a418bd7d4a315167e71b64136bc9402 (diff) | |
download | libtqt-perl-de0ff66be903375a2a3130bf071f0c1b2c857daa.tar.gz libtqt-perl-de0ff66be903375a2a3130bf071f0c1b2c857daa.zip |
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bd2330bdf7386117d18ed22f649de6af4a68aa13)
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 3 | ||||
-rw-r--r-- | smoke/tqt/generate.pl.in | 2 | ||||
-rw-r--r-- | smoke/tqt/header_list | 2 | ||||
-rw-r--r-- | smoke/tqt/qtguess.pl.in | 10 |
4 files changed, 0 insertions, 17 deletions
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm index b42f721..88eee3a 100644 --- a/kalyptus/kalyptusDataDict.pm +++ b/kalyptus/kalyptusDataDict.pm @@ -2296,9 +2296,6 @@ BEGIN 'TQt::RasterOp' => 'int' , 'TQt::UIEffect' => 'int' , 'TQt::WFlags' => 'int' , -'QtMultiLineEdit*' => 'qt_QtMultiLineEdit*', -'QtMultiLineEditRow*' => 'qt_QtMultiLineEditRow*', -'QtTableView*' => 'qt_QtTableView*', 'QwAbsSpriteFieldView*' => 'qt_QwAbsSpriteFieldView*' , 'QwClusterizer*' => 'qt_QwClusterizer*' , 'QwEllipse*' => 'qt_QwEllipse*', diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 2b7ec8a..078e93f 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -49,8 +49,6 @@ my %excludes = ( 'ntqgl.h' => 1, # OpenGL 'ntqglcolormap.h' => 1, # OpenGL 'ntqnp.h' => 1, # NSPlugin - 'ntqttableview.h' => 1, # Not in TQt anymore... - 'ntqtmultilineedit.h' => 1, # Not in TQt anymore... 'ntqwidgetfactory.h' => 1, # Just an interface 'ntqsharedmemory.h' => 1, # "not part of the TQt API" they say 'ntqwindowsstyle.h' => 1, # TQt windowsstyle, plugin diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list index e923ddd..a6f1e91 100644 --- a/smoke/tqt/header_list +++ b/smoke/tqt/header_list @@ -285,7 +285,6 @@ ntqt.h ntqthread.h ntqtimer.h ntqtl.h -ntqtmultilineedit.h ntqtoolbar.h ntqtoolbutton.h ntqtoolbox.h @@ -293,7 +292,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 231914f..0382050 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], |