summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/keditscheduledlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/keditscheduledlg.cpp')
-rw-r--r--kmymoney2/dialogs/keditscheduledlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/keditscheduledlg.cpp b/kmymoney2/dialogs/keditscheduledlg.cpp
index ecb9184..42fc31e 100644
--- a/kmymoney2/dialogs/keditscheduledlg.cpp
+++ b/kmymoney2/dialogs/keditscheduledlg.cpp
@@ -394,7 +394,7 @@ bool KEditScheduleDlg::focusNextPrevChild(bool next)
TQWidget *currentWidget;
w = tqApp->tqfocusWidget();
- while(w && d->m_tabOrderWidgets.tqfind(w) == -1) {
+ while(w && d->m_tabOrderWidgets.find(w) == -1) {
// qDebug("'%s' not in list, use tqparent", w->className());
w = w->parentWidget();
}