summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:48:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 10:44:00 +0900
commitac345f688cb38e7af7481be16a67705caa2df065 (patch)
treec00ca0f21c3d6193251fbdbd3400419090cfaaac
parentd81ab9bb5c7fa43eadc3f6cee929602c162b8107 (diff)
downloadtdelibs-ac345f688cb38e7af7481be16a67705caa2df065.tar.gz
tdelibs-ac345f688cb38e7af7481be16a67705caa2df065.zip
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 879f5a7102cefa177f14436d120bfecf01f6bb8c)
-rw-r--r--dcop/dcopidlng/kalyptus2
1 files changed, 0 insertions, 2 deletions
diff --git a/dcop/dcopidlng/kalyptus b/dcop/dcopidlng/kalyptus
index 706559f08..2024fb959 100644
--- a/dcop/dcopidlng/kalyptus
+++ b/dcop/dcopidlng/kalyptus
@@ -98,7 +98,6 @@ $allowed_k_dcop_accesors_re = join("|", @allowed_k_dcop_accesors);
_STYLE_PLATINUM => '',
_STYLE_SGI => '',
_STYLE_WINDOWS => '',
- QT_STATIC_CONST => 'static const',
TQ_EXPORT => '',
TQ_REFCOUNT => '',
QM_EXPORT_CANVAS => '',
@@ -405,7 +404,6 @@ LOOP:
next;
}
# 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_BASECLASS_GET/KJS::Value get();/;
$p =~ s/KSVG_BRIDGE/KJS::ObjectImp *bridge();/;