diff options
Diffstat (limited to 'khtml')
-rw-r--r-- | khtml/khtmlview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtmlview.cpp b/khtml/khtmlview.cpp index e0c36c08b..10e690dc6 100644 --- a/khtml/khtmlview.cpp +++ b/khtml/khtmlview.cpp @@ -897,7 +897,7 @@ void KHTMLView::layout() void KHTMLView::closeChildDialogs() { - TQObjectList *dlgs = queryList("TQDialog"); + TQObjectList *dlgs = queryList(TQDIALOG_OBJECT_NAME_STRING); for (TQObject *dlg = dlgs->first(); dlg; dlg = dlgs->next()) { KDialogBase* dlgbase = dynamic_cast<KDialogBase *>( dlg ); |