|
|
@ -98,7 +98,6 @@ $allowed_k_dcop_accesors_re = join("|", @allowed_k_dcop_accesors);
|
|
|
|
_STYLE_PLATINUM => '',
|
|
|
|
_STYLE_PLATINUM => '',
|
|
|
|
_STYLE_SGI => '',
|
|
|
|
_STYLE_SGI => '',
|
|
|
|
_STYLE_WINDOWS => '',
|
|
|
|
_STYLE_WINDOWS => '',
|
|
|
|
QT_STATIC_CONST => 'static const',
|
|
|
|
|
|
|
|
TQ_EXPORT => '',
|
|
|
|
TQ_EXPORT => '',
|
|
|
|
TQ_REFCOUNT => '',
|
|
|
|
TQ_REFCOUNT => '',
|
|
|
|
QM_EXPORT_CANVAS => '',
|
|
|
|
QM_EXPORT_CANVAS => '',
|
|
|
@ -405,7 +404,6 @@ LOOP:
|
|
|
|
next;
|
|
|
|
next;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
# Hack, waiting for real handling of preprocessor defines
|
|
|
|
# Hack, waiting for real handling of preprocessor defines
|
|
|
|
$p =~ s/QT_STATIC_CONST/static const/;
|
|
|
|
|
|
|
|
$p =~ s/KSVG_GET/KJS::Value get();/;
|
|
|
|
$p =~ s/KSVG_GET/KJS::Value get();/;
|
|
|
|
$p =~ s/KSVG_BASECLASS_GET/KJS::Value get();/;
|
|
|
|
$p =~ s/KSVG_BASECLASS_GET/KJS::Value get();/;
|
|
|
|
$p =~ s/KSVG_BRIDGE/KJS::ObjectImp *bridge();/;
|
|
|
|
$p =~ s/KSVG_BRIDGE/KJS::ObjectImp *bridge();/;
|
|
|
|