mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Rename ThemeInstall class files to actually match the class name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20594 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2c69c59c4
commit
270106d151
5 changed files with 7 additions and 7 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "installtalkwindow.h"
|
||||
#include "createvoicewindow.h"
|
||||
#include "httpget.h"
|
||||
#include "installthemes.h"
|
||||
#include "themesinstallwindow.h"
|
||||
#include "uninstallwindow.h"
|
||||
#include "utils.h"
|
||||
#include "rbzip.h"
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ SOURCES += rbutilqt.cpp \
|
|||
../ipodpatcher/ipodpatcher.c \
|
||||
../sansapatcher/sansapatcher.c \
|
||||
browsedirtree.cpp \
|
||||
installthemes.cpp \
|
||||
themesinstallwindow.cpp \
|
||||
base/uninstall.cpp \
|
||||
uninstallwindow.cpp \
|
||||
base/utils.cpp \
|
||||
|
|
@ -110,7 +110,7 @@ HEADERS += rbutilqt.h \
|
|||
irivertools/h120sums.h \
|
||||
irivertools/h300sums.h \
|
||||
browsedirtree.h \
|
||||
installthemes.h \
|
||||
themesinstallwindow.h \
|
||||
base/uninstall.h \
|
||||
uninstallwindow.h \
|
||||
base/utils.h \
|
||||
|
|
@ -164,7 +164,7 @@ FORMS += rbutilqtfrm.ui \
|
|||
configurefrm.ui \
|
||||
browsedirtreefrm.ui \
|
||||
installtalkfrm.ui \
|
||||
installthemesfrm.ui \
|
||||
themesinstallfrm.ui \
|
||||
uninstallfrm.ui \
|
||||
previewfrm.ui \
|
||||
rbspeexcfgfrm.ui \
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
#include <QtGui>
|
||||
|
||||
#include "ui_installthemesfrm.h"
|
||||
#include "installthemes.h"
|
||||
#include "ui_themesinstallfrm.h"
|
||||
#include "themesinstallwindow.h"
|
||||
#include "installzip.h"
|
||||
#include "progressloggergui.h"
|
||||
#include "utils.h"
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
#include <QtGui>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include "ui_installthemesfrm.h"
|
||||
#include "ui_themesinstallfrm.h"
|
||||
#include "httpget.h"
|
||||
#include "installzip.h"
|
||||
#include "progressloggergui.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue