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:
parent
9adc03949f
commit
9104b808fd
3 changed files with 3 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "installzip.h"
|
||||
#include "zipinstaller.h"
|
||||
#include "rbunzip.h"
|
||||
#include "utils.h"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue