summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ostorageinfo.cpp
authorar <ar>2004-01-11 16:09:35 (UTC)
committer ar <ar>2004-01-11 16:09:35 (UTC)
commit2a0686efdcce2c6bd572468d0f340f3188d00c8c (patch) (unidiff)
tree2b725b8139c07d34c2f5fb5834b62cf25fc2be91 /libopie2/opiecore/ostorageinfo.cpp
parent0dec512eb4f6489f09a0a07de62f79da25c5a1ab (diff)
downloadopie-2a0686efdcce2c6bd572468d0f340f3188d00c8c.zip
opie-2a0686efdcce2c6bd572468d0f340f3188d00c8c.tar.gz
opie-2a0686efdcce2c6bd572468d0f340f3188d00c8c.tar.bz2
- rename files ostorage.cpp .h in ostorageinfo.cpp .h
Diffstat (limited to 'libopie2/opiecore/ostorageinfo.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/ostorageinfo.cpp2
1 files changed, 1 insertions, 1 deletions
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
@@ -24,13 +24,13 @@
24    --        :-=` this library; see the file COPYING.LIB. 24    --        :-=` this library; see the file COPYING.LIB.
25 If not, write to the Free Software Foundation, 25 If not, write to the Free Software Foundation,
26 Inc., 59 Temple Place - Suite 330, 26 Inc., 59 Temple Place - Suite 330,
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
32OStorageInfo::OStorageInfo( QObject *parent ) 32OStorageInfo::OStorageInfo( QObject *parent )
33 : StorageInfo( parent ) 33 : StorageInfo( parent )
34{ 34{
35} 35}
36 36