Remove Netscape plugin and Motif extension classes

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/22/head
Michele Calgaro 2 weeks ago
parent 88f6660f80
commit f400a45b9c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1866,10 +1866,6 @@ BEGIN
'TQMultiLineEdit*' => 'qt_QMultiLineEdit*', 'TQMultiLineEdit*' => 'qt_QMultiLineEdit*',
'TQMultiLineEditRow*' => 'qt_QMultiLineEditRow*', 'TQMultiLineEditRow*' => 'qt_QMultiLineEditRow*',
'TQMutex*' => 'qt_QMutex*', 'TQMutex*' => 'qt_QMutex*',
'TQNPInstance*' => 'qt_QNPInstance*',
'TQNPStream*' => 'qt_QNPStream*',
'TQNPWidget*' => 'qt_QNPWidget*',
'TQNPlugin*' => 'qt_QNPlugin*',
'TQNetworkOperation*' => 'qt_QNetworkOperation*' , 'TQNetworkOperation*' => 'qt_QNetworkOperation*' ,
'TQNetworkProtocol*' => 'qt_QNetworkProtocol*' , 'TQNetworkProtocol*' => 'qt_QNetworkProtocol*' ,
'TQNetworkProtocol::Operation' => 'int' , 'TQNetworkProtocol::Operation' => 'int' ,
@ -2257,8 +2253,6 @@ BEGIN
'TQXmlParseException*' => 'qt_QXmlParseException*', 'TQXmlParseException*' => 'qt_QXmlParseException*',
'TQXmlReader*' => 'qt_QXmlReader*', 'TQXmlReader*' => 'qt_QXmlReader*',
'TQXmlSimpleReader*' => 'qt_QXmlSimpleReader*' , 'TQXmlSimpleReader*' => 'qt_QXmlSimpleReader*' ,
'TQXtApplication*' => 'qt_QXtApplication*',
'TQXtWidget*' => 'qt_QXtWidget*',
'TQ_INT16&' => 'short', 'TQ_INT16&' => 'short',
'TQ_INT16' => 'short', 'TQ_INT16' => 'short',
'TQ_INT32&' => 'int', 'TQ_INT32&' => 'int',

@ -40,15 +40,9 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change
my %excludes = ( my %excludes = (
'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut
'tqassistantclient.h' => 1, # Not part of TQt (introduced in TQt-3.1) '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 'tqdns.h' => 1, # internal
'tqgl.h' => 1, # OpenGL 'tqgl.h' => 1, # OpenGL
'tqglcolormap.h' => 1, # OpenGL 'tqglcolormap.h' => 1, # OpenGL
'tqnp.h' => 1, # NSPlugin
'tqwidgetfactory.h' => 1, # Just an interface 'tqwidgetfactory.h' => 1, # Just an interface
'tqsharedmemory.h' => 1, # "not part of the TQt API" they say 'tqsharedmemory.h' => 1, # "not part of the TQt API" they say
'tqwindowsstyle.h' => 1, # TQt windowsstyle, plugin 'tqwindowsstyle.h' => 1, # TQt windowsstyle, plugin

@ -121,11 +121,8 @@ tqmessagebox.h
tqmetaobject.h tqmetaobject.h
tqmime.h tqmime.h
ntqmodules.h ntqmodules.h
tqmotifdialog.h
tqmotif.h
tqmotifplusstyle.h tqmotifplusstyle.h
tqmotifstyle.h tqmotifstyle.h
tqmotifwidget.h
tqmovie.h tqmovie.h
tqmultilineedit.h tqmultilineedit.h
tqmutex.h tqmutex.h

Loading…
Cancel
Save