summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.cpp2
-rw-r--r--noncore/settings/backup/main.cpp2
-rw-r--r--noncore/tools/calculator/main.cpp1
3 files changed, 3 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
@@ -69,3 +69,3 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name, WFlags f
69 69
70 OStorageInfo storage; 70 Opie::Core::OStorageInfo storage;
71 71
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
@@ -6,3 +6,3 @@
6 6
7OPIE_EXPORT_APP( OApplicationFactory<BackupAndRestore> ) 7OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<BackupAndRestore> )
8 8
diff --git a/noncore/tools/calculator/main.cpp b/noncore/tools/calculator/main.cpp
index 145ba38..1e00358 100644
--- a/noncore/tools/calculator/main.cpp
+++ b/noncore/tools/calculator/main.cpp
@@ -24,2 +24,3 @@
24 24
25using namespace Opie::Core;
25OPIE_EXPORT_APP( OApplicationFactory<CalculatorImpl> ) 26OPIE_EXPORT_APP( OApplicationFactory<CalculatorImpl> )