summaryrefslogtreecommitdiff
path: root/noncore/settings/backup
authoralwin <alwin>2004-03-14 12:06:58 (UTC)
committer alwin <alwin>2004-03-14 12:06:58 (UTC)
commit3e260630413b00d145f48b5ede85530743fd095e (patch) (side-by-side diff)
tree6dfd1324f530d78f40adbf14efeecfdd9b6e979f /noncore/settings/backup
parentcede8b4bdf0d77d6fd5a51db840e9c22eea03834 (diff)
downloadopie-3e260630413b00d145f48b5ede85530743fd095e.zip
opie-3e260630413b00d145f48b5ede85530743fd095e.tar.gz
opie-3e260630413b00d145f48b5ede85530743fd095e.tar.bz2
namespace fix
Diffstat (limited to 'noncore/settings/backup') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.cpp2
-rw-r--r--noncore/settings/backup/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp
index 164055e..87b7966 100644
--- a/noncore/settings/backup/backuprestore.cpp
+++ b/noncore/settings/backup/backuprestore.cpp
@@ -67,7 +67,7 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name, WFlags f
scanForApplicationSettings();
- OStorageInfo storage;
+ Opie::Core::OStorageInfo storage;
backupLocations.insert( "Documents", QDir::homeDirPath() + "/Documents" );
if ( storage.hasCf() )
diff --git a/noncore/settings/backup/main.cpp b/noncore/settings/backup/main.cpp
index 7f03136..c254865 100644
--- a/noncore/settings/backup/main.cpp
+++ b/noncore/settings/backup/main.cpp
@@ -4,5 +4,5 @@
#include <opie2/oapplicationfactory.h>
-OPIE_EXPORT_APP( OApplicationFactory<BackupAndRestore> )
+OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<BackupAndRestore> )