1
0
Fork 0
forked from len0rd/rockbox

Rename installzip.{cpp,h} to better reflect the actual class name.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-04-27 19:37:34 +00:00
parent 9adc03949f
commit 9104b808fd
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ SOURCES += rbutilqt.cpp \
configure.cpp \
zip/zip.cpp \
zip/unzip.cpp \
installzip.cpp \
zipinstaller.cpp \
progressloggergui.cpp \
installtalkwindow.cpp \
talkfile.cpp \
@ -95,7 +95,7 @@ HEADERS += rbutilqt.h \
zip/unzip_p.h \
zip/zip_p.h \
version.h \
installzip.h \
zipinstaller.h \
installtalkwindow.h \
talkfile.h \
base/autodetection.h \

View file

@ -17,7 +17,7 @@
*
****************************************************************************/
#include "installzip.h"
#include "zipinstaller.h"
#include "rbunzip.h"
#include "utils.h"