diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 18:48:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-17 17:50:17 +0900 |
commit | 3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2 (patch) | |
tree | 98bb4b295d43f3038a42f2037fbded86bcc6d2a2 /kbabel/kbabeldict/modules/pocompendium | |
parent | 80e5cf10adb1a307abe36a18d9e525b7ab6265ca (diff) | |
download | tdesdk-3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2.tar.gz tdesdk-3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2.zip |
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ceb4caa0bdb7828fdc87dca7b5a719279e23398)
Diffstat (limited to 'kbabel/kbabeldict/modules/pocompendium')
-rw-r--r-- | kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp index abf21ae2..9d1f6440 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp @@ -1204,7 +1204,7 @@ void PoCompendium::registerData() void PoCompendium::removeData() { - const TQObject *s=TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender())); + const TQObject *s=sender(); if(s && s->inherits("CompendiumData")) { const CompendiumData *d=static_cast<const CompendiumData*>(s); |