summaryrefslogtreecommitdiff
path: root/core/tools
authoreilers <eilers>2004-03-31 14:41:46 (UTC)
committer eilers <eilers>2004-03-31 14:41:46 (UTC)
commit4f6dbea16af4c6edb7cdc619be4cacf672f8aee8 (patch) (side-by-side diff)
treeb6fc88cdf59f8c29655464fc9c7f2590524447b0 /core/tools
parent38e313e5b9d2339580614264a428a84f70f4f4c0 (diff)
downloadopie-4f6dbea16af4c6edb7cdc619be4cacf672f8aee8.zip
opie-4f6dbea16af4c6edb7cdc619be4cacf672f8aee8.tar.gz
opie-4f6dbea16af4c6edb7cdc619be4cacf672f8aee8.tar.bz2
Fixed namespace for OWait to be able to compile it.. But I don't understand, why we need it.. !?
Diffstat (limited to 'core/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/quicklauncher/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tools/quicklauncher/main.cpp b/core/tools/quicklauncher/main.cpp
index f3055cc..d467d6e 100644
--- a/core/tools/quicklauncher/main.cpp
+++ b/core/tools/quicklauncher/main.cpp
@@ -227,7 +227,7 @@ int main( int argc, char** argv )
/* make sure libopie gets lined in */
{
- OWait item;
+ Opie::Ui::OWait item;
}
// Create a widget to force initialization of title bar images, etc.