mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Rename InstallFrm to InstallWindowFrm.
The Install class has been renamed recently to InstallWindow. Rename the form too so it uses the same class basename again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d6b1b6eb3
commit
e5b63c61ab
4 changed files with 14 additions and 11 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <QtGui>
|
||||
|
||||
#include "ui_installfrm.h"
|
||||
#include "ui_installwindowfrm.h"
|
||||
#include "zipinstaller.h"
|
||||
#include "progressloggergui.h"
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ class InstallWindow : public QDialog
|
|||
void accept(void);
|
||||
|
||||
private:
|
||||
Ui::InstallFrm ui;
|
||||
Ui::InstallWindowFrm ui;
|
||||
ProgressLoggerGui* logger;
|
||||
QHttp *download;
|
||||
QFile *target;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue