author | alwin <alwin> | 2004-03-12 19:26:07 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-12 19:26:07 (UTC) |
commit | bc38f41ba73462e22fcf7331e85e7bf410637ae8 (patch) (unidiff) | |
tree | 6cf92f8a3ff1933b9822e6533aba19b92475622c | |
parent | b600871ce93553a116a66fd80acd6dfc1cc46829 (diff) | |
download | opie-bc38f41ba73462e22fcf7331e85e7bf410637ae8.zip opie-bc38f41ba73462e22fcf7331e85e7bf410637ae8.tar.gz opie-bc38f41ba73462e22fcf7331e85e7bf410637ae8.tar.bz2 |
osmart_pointer -> osmartpointer
-rw-r--r-- | libopie2/opiecore/opiecore.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro index a4080a8..523d6a7 100644 --- a/libopie2/opiecore/opiecore.pro +++ b/libopie2/opiecore/opiecore.pro | |||
@@ -7,9 +7,9 @@ HEADERS = oapplication.h \ | |||
7 | oglobal.h \ | 7 | oglobal.h \ |
8 | oglobalsettings.h \ | 8 | oglobalsettings.h \ |
9 | oprocess.h \ | 9 | oprocess.h \ |
10 | oprocctrl.h \ | 10 | oprocctrl.h \ |
11 | osmart_pointer.h \ | 11 | osmartpointer.h \ |
12 | ostorageinfo.h \ | 12 | ostorageinfo.h \ |
13 | xmltree.h | 13 | xmltree.h |
14 | 14 | ||
15 | SOURCES = oapplication.cpp \ | 15 | SOURCES = oapplication.cpp \ |