summaryrefslogtreecommitdiffstats
path: root/src/translators/htmlexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/htmlexporter.cpp')
-rw-r--r--src/translators/htmlexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp
index e8bb95d..06dd757 100644
--- a/src/translators/htmlexporter.cpp
+++ b/src/translators/htmlexporter.cpp
@@ -459,7 +459,7 @@ void HTMLExporter::writeImages(Data::CollPtr coll_) {
}
TQWidget* HTMLExporter::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;
}