summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:26:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:26:13 +0900
commita375eb416a8ef5fbe89c5496233c652d739ee7e7 (patch)
tree421b4085f2d37f2052bb8bb1cf0a44073276083e
parentfaf33629bb6562a6f43f930afafe4b22e9cdb60b (diff)
downloadtdebindings-a375eb416a8ef5fbe89c5496233c652d739ee7e7.tar.gz
tdebindings-a375eb416a8ef5fbe89c5496233c652d739ee7e7.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kalyptus/kalyptus1
1 files changed, 0 insertions, 1 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index 81a56e3e..61fab81b 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -515,7 +515,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/ /;