summaryrefslogtreecommitdiffstats
path: root/src/translators/bibtexexporter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-12 18:44:30 +0900
committerMichele Calgaro <[email protected]>2023-08-16 22:22:09 +0900
commit31fba8412589656cf1c330ad617732a346309344 (patch)
tree536f2f3b637ac5f0f91e76a9e2090480b4dda19f /src/translators/bibtexexporter.cpp
parent37c2ad0c29c602b42d03c446bdd00dcb50f2729c (diff)
downloadtellico-31fba8412589656cf1c330ad617732a346309344.tar.gz
tellico-31fba8412589656cf1c330ad617732a346309344.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 074a3e6db609cc04e0a5830b0c1884447d0e5bbb)
Diffstat (limited to 'src/translators/bibtexexporter.cpp')
-rw-r--r--src/translators/bibtexexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/bibtexexporter.cpp b/src/translators/bibtexexporter.cpp
index 7667595..d2cceb2 100644
--- a/src/translators/bibtexexporter.cpp
+++ b/src/translators/bibtexexporter.cpp
@@ -191,7 +191,7 @@ bool BibtexExporter::exec() {
}
TQWidget* BibtexExporter::widget(TQWidget* parent_, const char* name_/*=0*/) {
- if(m_widget && TQT_BASE_OBJECT(m_widget->parent()) == TQT_BASE_OBJECT(parent_)) {
+ if(m_widget && m_widget->parent() == parent_) {
return m_widget;
}