author | ar <ar> | 2004-01-11 16:09:35 (UTC) |
---|---|---|
committer | ar <ar> | 2004-01-11 16:09:35 (UTC) |
commit | 2a0686efdcce2c6bd572468d0f340f3188d00c8c (patch) (unidiff) | |
tree | 2b725b8139c07d34c2f5fb5834b62cf25fc2be91 | |
parent | 0dec512eb4f6489f09a0a07de62f79da25c5a1ab (diff) | |
download | opie-2a0686efdcce2c6bd572468d0f340f3188d00c8c.zip opie-2a0686efdcce2c6bd572468d0f340f3188d00c8c.tar.gz opie-2a0686efdcce2c6bd572468d0f340f3188d00c8c.tar.bz2 |
- rename files ostorage.cpp .h in ostorageinfo.cpp .h
-rw-r--r-- | libopie2/opiecore/opiecore.pro | 4 | ||||
-rw-r--r-- | libopie2/opiecore/ostorageinfo.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/backup/backuprestore.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro index a8769e5..237a5ed 100644 --- a/libopie2/opiecore/opiecore.pro +++ b/libopie2/opiecore/opiecore.pro | |||
@@ -6,14 +6,14 @@ HEADERS = oapplication.h \ | |||
6 | odebug.h \ | 6 | odebug.h \ |
7 | oglobal.h \ | 7 | oglobal.h \ |
8 | oglobalsettings.h \ | 8 | oglobalsettings.h \ |
9 | ostorage.h | 9 | ostorageinfo.h |
10 | 10 | ||
11 | SOURCES = oapplication.cpp \ | 11 | SOURCES = oapplication.cpp \ |
12 | oconfig.cpp \ | 12 | oconfig.cpp \ |
13 | odebug.cpp \ | 13 | odebug.cpp \ |
14 | oglobal.cpp \ | 14 | oglobal.cpp \ |
15 | oglobalsettings.cpp \ | 15 | oglobalsettings.cpp \ |
16 | ostorage.cpp | 16 | ostorageinfo.cpp |
17 | 17 | ||
18 | INTERFACES = | 18 | INTERFACES = |
19 | TARGET = opiecore2 | 19 | TARGET = opiecore2 |
diff --git a/libopie2/opiecore/ostorageinfo.cpp b/libopie2/opiecore/ostorageinfo.cpp index 6712282..a45fcb6 100644 --- a/libopie2/opiecore/ostorageinfo.cpp +++ b/libopie2/opiecore/ostorageinfo.cpp | |||
@@ -27,7 +27,7 @@ | |||
27 | Boston, MA 02111-1307, USA. | 27 | Boston, MA 02111-1307, USA. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include <opie2/ostorage.h> | 30 | #include <opie2/ostorageinfo.h> |
31 | 31 | ||
32 | OStorageInfo::OStorageInfo( QObject *parent ) | 32 | OStorageInfo::OStorageInfo( QObject *parent ) |
33 | : StorageInfo( parent ) | 33 | : StorageInfo( parent ) |
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp index 2d79384..3500403 100644 --- a/noncore/settings/backup/backuprestore.cpp +++ b/noncore/settings/backup/backuprestore.cpp | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <qregexp.h> | 21 | #include <qregexp.h> |
22 | #include <qtextstream.h> | 22 | #include <qtextstream.h> |
23 | #include <qtextview.h> | 23 | #include <qtextview.h> |
24 | #include <opie2/ostorage.h> | 24 | #include <opie2/ostorageinfo.h> |
25 | 25 | ||
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <stdlib.h> | 27 | #include <stdlib.h> |