summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-12 21:16:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-12 22:28:28 +0900
commitcdeeeb9b557389eb208043062c13597f1b18251f (patch)
tree08925d4152fdc6a4da867e150ce9e49a856ee661
parent8a72ddd43312897bb7b804917edd117425afada0 (diff)
downloadtde-style-domino-r14.1.1.tar.gz
tde-style-domino-r14.1.1.zip
Replace various tqtinterface's TQ_* defines with actual typesr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc3f6b3eab5bfe80c7e8127e40ed073e2120822f)
-rw-r--r--domino/domino.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/domino/domino.h b/domino/domino.h
index 34598df..7a78bbc 100644
--- a/domino/domino.h
+++ b/domino/domino.h
@@ -188,7 +188,7 @@ public:
const TQStyleOption &o,
const TQWidget *w = 0) const;
- int styleHint(TQ_StyleHint,
+ int styleHint(StyleHint,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
const TQStyleOption & = TQStyleOption::Default,