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 /smoke/tqt/generate.pl.in | |
parent | 25f2672b3a418bd7d4a315167e71b64136bc9402 (diff) | |
download | libtqt-perl-de0ff66b.tar.gz libtqt-perl-de0ff66b.zip |
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bd2330bdf7386117d18ed22f649de6af4a68aa13)
Diffstat (limited to 'smoke/tqt/generate.pl.in')
-rw-r--r-- | smoke/tqt/generate.pl.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |