-rw-r--r-- | core/settings/citytime/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/citytime/main.cpp b/core/settings/citytime/main.cpp index adc0c61..7fb76ec 100644 --- a/core/settings/citytime/main.cpp +++ b/core/settings/citytime/main.cpp @@ -12,13 +12,13 @@ ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #include "citytime.h" #include <opie2/oapplicationfactory.h> -OPIE_EXPORT_APP( OApplicationFactory<CityTime> ) +OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<CityTime> ) |