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 21:16:09 +0900
commitbc3f6b3eab5bfe80c7e8127e40ed073e2120822f (patch)
tree16ace9815911677d1c9212533b699000d8a040bc
parentcfceb35bbcfcce6f7e172ba9df29e564f643cdaa (diff)
downloadtde-style-domino-bc3f6b3eab5bfe80c7e8127e40ed073e2120822f.tar.gz
tde-style-domino-bc3f6b3eab5bfe80c7e8127e40ed073e2120822f.zip
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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,