summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/stopdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/stopdlg.cpp')
-rw-r--r--src/svnfrontend/stopdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/stopdlg.cpp b/src/svnfrontend/stopdlg.cpp
index 6030b17..d2ef8f7 100644
--- a/src/svnfrontend/stopdlg.cpp
+++ b/src/svnfrontend/stopdlg.cpp
@@ -103,7 +103,7 @@ void StopDlg::slotAutoShow()
{
bool hasDialogs = false;
TQWidget * w = TQT_TQWIDGET(kapp->activeModalWidget());
- if (w && w!=this && w!=tqparentWidget() ) {
+ if (w && w!=this && w!=parentWidget() ) {
hasDialogs = true;
}
if (hasDialogs) {