Rename InstallProgress form to ProgressLogger as it's a generic logger window now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16865 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-03-28 17:30:37 +00:00
parent 135cc757bd
commit c70f81ff93
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<ui version="4.0" >
<class>InstallProgressFrm</class>
<widget class="QDialog" name="InstallProgressFrm" >
<class>ProgressLoggerFrm</class>
<widget class="QDialog" name="ProgressLoggerFrm" >
<property name="geometry" >
<rect>
<x>0</x>

View file

@ -22,7 +22,7 @@
#include <QtGui>
#include "progressloggerinterface.h"
#include "ui_installprogressfrm.h"
#include "ui_progressloggerfrm.h"
class ProgressLoggerGui :public ProgressloggerInterface
{
@ -49,7 +49,7 @@ public slots:
virtual void show();
private:
Ui::InstallProgressFrm dp;
Ui::ProgressLoggerFrm dp;
QDialog *downloadProgress;
};

View file

@ -124,7 +124,7 @@ TARGET = rbutilqt
FORMS += rbutilqtfrm.ui \
aboutbox.ui \
installfrm.ui \
installprogressfrm.ui \
progressloggerfrm.ui \
configurefrm.ui \
browsedirtreefrm.ui \
installtalkfrm.ui \