From 0d79c003839718ae70b3b997162044abd5c26bf6 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 20:08:59 +0000 Subject: Update the Examples --- (limited to 'examples/simple') diff --git a/examples/simple/simple.cpp b/examples/simple/simple.cpp index a0bc308..faf13c9 100644 --- a/examples/simple/simple.cpp +++ b/examples/simple/simple.cpp @@ -4,7 +4,7 @@ #include // the QPEApplication -#include // a template + macro to save the main method and allow quick launching +#include // a template + macro to save the main method and allow quick launching #include "simple.h" @@ -20,6 +20,8 @@ * either a main method or one for our component plugin system */ +/* The OApplicationFactory is in Opie::Core */ +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory ) Simple::Simple( QWidget* parent, const char* name, WFlags fl ) -- cgit v0.9.0.2