diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 21:16:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 22:28:28 +0900 |
commit | cdeeeb9b557389eb208043062c13597f1b18251f (patch) | |
tree | 08925d4152fdc6a4da867e150ce9e49a856ee661 | |
parent | 8a72ddd43312897bb7b804917edd117425afada0 (diff) | |
download | tde-style-domino-cdeeeb9b557389eb208043062c13597f1b18251f.tar.gz tde-style-domino-cdeeeb9b557389eb208043062c13597f1b18251f.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.h | 2 |
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, |