diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 22:58:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 22:58:20 +0900 |
commit | f400a45b9c63a624c501a5ee68809c53f2464a0a (patch) | |
tree | eb09d24f9c29955efb99fb4e42775ef1b576e85e | |
parent | 88f6660f80293701f7487a93516cbf2096c72274 (diff) | |
download | libtqt-perl-f400a45b9c63a624c501a5ee68809c53f2464a0a.tar.gz libtqt-perl-f400a45b9c63a624c501a5ee68809c53f2464a0a.zip |
Remove Netscape plugin and Motif extension classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 6 | ||||
-rw-r--r-- | smoke/tqt/generate.pl.in | 6 | ||||
-rw-r--r-- | smoke/tqt/header_list | 3 |
3 files changed, 0 insertions, 15 deletions
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm index 62963d6..b26d2b8 100644 --- a/kalyptus/kalyptusDataDict.pm +++ b/kalyptus/kalyptusDataDict.pm @@ -1866,10 +1866,6 @@ BEGIN 'TQMultiLineEdit*' => 'qt_QMultiLineEdit*', 'TQMultiLineEditRow*' => 'qt_QMultiLineEditRow*', 'TQMutex*' => 'qt_QMutex*', -'TQNPInstance*' => 'qt_QNPInstance*', -'TQNPStream*' => 'qt_QNPStream*', -'TQNPWidget*' => 'qt_QNPWidget*', -'TQNPlugin*' => 'qt_QNPlugin*', 'TQNetworkOperation*' => 'qt_QNetworkOperation*' , 'TQNetworkProtocol*' => 'qt_QNetworkProtocol*' , 'TQNetworkProtocol::Operation' => 'int' , @@ -2257,8 +2253,6 @@ BEGIN 'TQXmlParseException*' => 'qt_QXmlParseException*', 'TQXmlReader*' => 'qt_QXmlReader*', 'TQXmlSimpleReader*' => 'qt_QXmlSimpleReader*' , -'TQXtApplication*' => 'qt_QXtApplication*', -'TQXtWidget*' => 'qt_QXtWidget*', 'TQ_INT16&' => 'short', 'TQ_INT16' => 'short', 'TQ_INT32&' => 'int', diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 5a7d351..9205a9c 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -40,15 +40,9 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change my %excludes = ( 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut 'tqassistantclient.h' => 1, # Not part of TQt (introduced in TQt-3.1) - 'tqmotif.h' => 1, # - 'tqmotifwidget.h' => 1, # Motif extension (introduced in TQt-3.1) - 'tqmotifdialog.h' => 1, # - 'tqxt.h' => 1, # Xt - 'tqxtwidget.h' => 1, # Xt 'tqdns.h' => 1, # internal 'tqgl.h' => 1, # OpenGL 'tqglcolormap.h' => 1, # OpenGL - 'tqnp.h' => 1, # NSPlugin 'tqwidgetfactory.h' => 1, # Just an interface 'tqsharedmemory.h' => 1, # "not part of the TQt API" they say 'tqwindowsstyle.h' => 1, # TQt windowsstyle, plugin diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list index 7bee084..0fa15d7 100644 --- a/smoke/tqt/header_list +++ b/smoke/tqt/header_list @@ -121,11 +121,8 @@ tqmessagebox.h tqmetaobject.h tqmime.h ntqmodules.h -tqmotifdialog.h -tqmotif.h tqmotifplusstyle.h tqmotifstyle.h -tqmotifwidget.h tqmovie.h tqmultilineedit.h tqmutex.h |