summaryrefslogtreecommitdiffstats
path: root/src/app/Dialogs/krprogress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/Dialogs/krprogress.cpp')
-rw-r--r--src/app/Dialogs/krprogress.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/app/Dialogs/krprogress.cpp b/src/app/Dialogs/krprogress.cpp
index 1d489d5..fa97ec4 100644
--- a/src/app/Dialogs/krprogress.cpp
+++ b/src/app/Dialogs/krprogress.cpp
@@ -129,9 +129,7 @@ KrProgress::KrProgress( TDEIO::Job* job )
// change to modal & move to Krusader's center
TQPoint center((krApp->width()-width())/2,(krApp->height()-height())/2);
center = center+(krApp->pos());
- reparent(krApp,WType_Modal,center);
- //setWFlags(WType_Modal);
- //move((krApp->width()-width())/2,(krApp->height()-height())/2);
+ reparent(krApp,WType_Dialog | WShowModal,center);
show();
}