summaryrefslogtreecommitdiff
path: root/core/launcher/wait.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/wait.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/wait.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/wait.cpp b/core/launcher/wait.cpp
index e1832dd..d202d26 100644
--- a/core/launcher/wait.cpp
+++ b/core/launcher/wait.cpp
@@ -36,7 +36,7 @@ Wait::Wait( QWidget *parent ) : QWidget( parent ),
{
setFixedSize( pm.size() );
lastWaitObject = this;
- centralWait = new WaitPopup( 0L );
+ centralWait = new OWait( 0L );
centralWait->hide();
hide();
}