diff options
Diffstat (limited to 'smoke/kde/generate.pl.in')
-rw-r--r-- | smoke/kde/generate.pl.in | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/smoke/kde/generate.pl.in b/smoke/kde/generate.pl.in index bb124871..3aa180da 100644 --- a/smoke/kde/generate.pl.in +++ b/smoke/kde/generate.pl.in @@ -47,30 +47,30 @@ 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 = ( - 'qaccessible.h' => 1, # Accessibility support is not compiled by defaut - 'qassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1) - 'qmotif.h' => 1, # - 'qmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1) - 'qmotifdialog.h' => 1, # - 'qxt.h' => 1, # Xt - 'qxtwidget.h' => 1, # Xt - 'qdns.h' => 1, # internal - 'qgl.h' => 1, # OpenGL - 'qglcolormap.h' => 1, # OpenGL - 'qnp.h' => 1, # NSPlugin - 'qttableview.h' => 1, # Not in Qt anymore... - 'qtmultilineedit.h' => 1, # Not in Qt anymore... - 'qwidgetfactory.h' => 1, # Just an interface - 'qsharedmemory.h' => 1, # "not part of the Qt API" they say - 'qwindowsstyle.h' => 1, # Qt windowsstyle, plugin - 'qmotifstyle.h' => 1, - 'qcompactstyle.h' => 1, - 'qinterlacestyle.h' => 1, - 'qmotifplusstyle.h' => 1, - 'qsgistyle.h' => 1, - 'qplatinumstyle.h' => 1, - 'qcdestyle.h' => 1, - 'qwindowsxpstyle.h' => 1 # play on the safe side + '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 + 'ntqttableview.h' => 1, # Not in Qt anymore... + 'ntqtmultilineedit.h' => 1, # Not in Qt anymore... + '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, + 'ntqwindowsxpstyle.h' => 1 # play on the safe side ); # Some systems have a QTDIR = TDEDIR = PREFIX |