diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:54:31 +0900 |
commit | a8bc056a031e17af859d34df90dfcc4fd1908a0d (patch) | |
tree | 60df03c37c3c752622d5ba8996c2960bacca7732 | |
parent | 1eb017313b2ebc441dfc81e73a5d6573d03ea08d (diff) | |
download | tdebindings-a8bc056a031e17af859d34df90dfcc4fd1908a0d.tar.gz tdebindings-a8bc056a031e17af859d34df90dfcc4fd1908a0d.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a375eb416a8ef5fbe89c5496233c652d739ee7e7)
-rw-r--r-- | kalyptus/kalyptus | 1 |
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/ /; |