summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-07 11:07:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-08 10:27:44 +0900
commita9e1252403e530aa7f41027ef6e7cad5638b25ab (patch)
tree62b31b49671874ea26ae0c53fd308774ea7c4538
parent947bc2dba5274c3a87dd0f3dc29972b5a7fde80f (diff)
downloadlibtqt-perl-a9e1252403e530aa7f41027ef6e7cad5638b25ab.tar.gz
libtqt-perl-a9e1252403e530aa7f41027ef6e7cad5638b25ab.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 215bcc7faa73f6e29bb00b4a6c68e0c8edefb551)
-rw-r--r--kalyptus/kalyptus1
1 files changed, 0 insertions, 1 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index 5a38bce..5deaf35 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -501,7 +501,6 @@ LOOP:
$p =~ s/QT_COMPAT / /;
$p =~ s/TQ_DISABLE_COPY\((\w+)\)/$1(const $1 &);\n$1 &operator=(const $1 &);/;
$p =~ s/TQWIDGETSIZE_MAX/32767/; # Qt/E uses this #define as an enum value - yuck!
- $p =~ s/Q_SIGNALS/signals/;
$p =~ s/ASYNC/void/;
$p =~ s/[A-Z_]*_EXPORT_DEPRECATED//;
$p =~ s/[A-Z_]*_EXPORT\s/ /;