diff options
Diffstat (limited to 'smoke/tqt/generate.pl.in')
-rw-r--r-- | smoke/tqt/generate.pl.in | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 686c6a27..b8a3e530 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -53,29 +53,29 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change # Find out which header files we need to parse # We don't want all of them - e.g. not template-based stuff my %excludes = ( - 'ntqaccessible.h' => 1, # Accessibility support is not compiled by defaut - 'ntqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1) - 'ntqmotif.h' => 1, # - 'ntqmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1) - 'ntqmotifdialog.h' => 1, # - 'ntqxt.h' => 1, # Xt - 'ntqxtwidget.h' => 1, # Xt - 'ntqdns.h' => 1, # internal - 'ntqgl.h' => 1, # OpenGL - 'ntqglcolormap.h' => 1, # OpenGL - 'ntqnp.h' => 1, # NSPlugin - 'ntqwidgetfactory.h' => 1, # Just an interface - 'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say - 'ntqwindowsstyle.h' => 1, # Qt windowsstyle, plugin - 'ntqmotifstyle.h' => 1, - 'ntqcompactstyle.h' => 1, - 'ntqinterlacestyle.h' => 1, - 'ntqmotifplusstyle.h' => 1, - 'ntqsgistyle.h' => 1, - 'ntqplatinumstyle.h' => 1, - 'ntqcdestyle.h' => 1, - 'ntqworkspace.h' => 1, - 'ntqwindowsxpstyle.h' => 1 # play on the safe side + 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut + 'tqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1) + 'tqmotif.h' => 1, # + 'tqmotifwidget.h' => 1, # Motif extension (introduced in Qt-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 Qt API" they say + 'tqwindowsstyle.h' => 1, # Qt windowsstyle, plugin + 'tqmotifstyle.h' => 1, + 'tqcompactstyle.h' => 1, + 'tqinterlacestyle.h' => 1, + 'tqmotifplusstyle.h' => 1, + 'tqsgistyle.h' => 1, + 'tqplatinumstyle.h' => 1, + 'tqcdestyle.h' => 1, + 'tqworkspace.h' => 1, + 'tqwindowsxpstyle.h' => 1 # play on the safe side ); # Some systems have a TQTDIR = TDEDIR = PREFIX |