summaryrefslogtreecommitdiff
path: root/core/launcher/wait.h
Side-by-side diff
Diffstat (limited to 'core/launcher/wait.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/wait.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/wait.h b/core/launcher/wait.h
index e7294d2..010fcc3 100644
--- a/core/launcher/wait.h
+++ b/core/launcher/wait.h
@@ -29,3 +29,3 @@
-class OWait;
+namespace Opie {namespace Ui {class OWait;}}
class Wait : public QWidget
@@ -40,3 +40,3 @@ private:
bool waiting;
- OWait* m_centralWait;
+ Opie::Ui::OWait* m_centralWait;
};