author | ar <ar> | 2004-01-11 16:09:35 (UTC) |
---|---|---|
committer | ar <ar> | 2004-01-11 16:09:35 (UTC) |
commit | 2a0686efdcce2c6bd572468d0f340f3188d00c8c (patch) (side-by-side diff) | |
tree | 2b725b8139c07d34c2f5fb5834b62cf25fc2be91 /libopie2 | |
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 | 6 | ||||
-rw-r--r-- | libopie2/opiecore/ostorageinfo.cpp | 2 |
2 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 @@ -3,20 +3,20 @@ CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = oapplication.h \ oconfig.h \ odebug.h \ oglobal.h \ oglobalsettings.h \ - ostorage.h + ostorageinfo.h SOURCES = oapplication.cpp \ oconfig.cpp \ odebug.cpp \ oglobal.cpp \ oglobalsettings.cpp \ - ostorage.cpp + ostorageinfo.cpp INTERFACES = TARGET = opiecore2 VERSION = 1.8.2 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include @@ -27,9 +27,9 @@ OBJECTS_DIR = obj !contains( platform, x11 ) { LIBS = -lqpe include ( $(OPIEDIR)/include.pro ) } contains( platform, x11 ) { - LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib + LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib } 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 @@ -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <opie2/ostorage.h> +#include <opie2/ostorageinfo.h> OStorageInfo::OStorageInfo( QObject *parent ) : StorageInfo( parent ) { } |