From ebee8a024a015b117e10d5c830fd0c05a0c98b60 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 10 Nov 2025 10:29:45 +0900 Subject: Don't use old TQt compatibility code and remove RELEASE_NAME support Signed-off-by: Michele Calgaro --- src/app/Dialogs/krprogress.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/app/Dialogs/krprogress.cpp') 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(); } -- cgit v1.2.3