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:
Dominik Riebeling 2010-02-16 18:30:24 +00:00
parent 4d6b1b6eb3
commit e5b63c61ab
4 changed files with 14 additions and 11 deletions

View file

@ -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;