summaryrefslogtreecommitdiffstats
path: root/kjsembed/tools/headers/qcanvas.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-10 11:24:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-11 13:07:59 +0900
commitc269a8287baa2321302c501825c81a3c92280349 (patch)
treee1092a4383d1c2f5bb74615544c600033f0bafcf /kjsembed/tools/headers/qcanvas.h
parente4e0bb8ca81d124c50eef496ac020bd789a569e6 (diff)
downloadtdebindings-c269a828.tar.gz
tdebindings-c269a828.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d425da226ca10660d2e9dd53aaa6d895ce772904)
Diffstat (limited to 'kjsembed/tools/headers/qcanvas.h')
-rw-r--r--kjsembed/tools/headers/qcanvas.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/kjsembed/tools/headers/qcanvas.h b/kjsembed/tools/headers/qcanvas.h
index bbd97489..c60078c2 100644
--- a/kjsembed/tools/headers/qcanvas.h
+++ b/kjsembed/tools/headers/qcanvas.h
@@ -133,16 +133,6 @@ public:
virtual void setActive(bool yes);
bool isActive() const
{ return (bool)act; }
-#ifndef TQT_NO_COMPAT
- bool visible() const
- { return (bool)vis; }
- bool selected() const
- { return (bool)sel; }
- bool enabled() const
- { return (bool)ena; }
- bool active() const
- { return (bool)act; }
-#endif
enum RttiValues {
Rtti_Item = 0,