Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/28/head
Michele Calgaro 8 months ago
parent 4419ae4879
commit 8ab509f2fb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -165,7 +165,7 @@ With arg, to it arg times."
(and (re-search-backward "^class[ \t]" nil t)
(progn
(forward-word 1)
(while (looking-at "[ \t]*Q_EXPORT")
(while (looking-at "[ \t]*TQ_EXPORT")
(forward-word 2))
(while (looking-at "[ \t]")
(forward-char 1))
@ -1618,7 +1618,7 @@ With arg, to it arg times."
(re-search-backward "^class \\([a-zA-Z0-9_]+\\)[ \t]*\\([a-zA-Z0-9_]*\\)" nil t)
(set class (match-string 1))
(set save (match-string 2))
(and (string-match "Q_EXPORT" class)
(and (string-match "TQ_EXPORT" class)
(set class save))
(message (concat class "::" fn))
)

Loading…
Cancel
Save