Ui::SslErrorDialog belongs within the Mirall namespace

This commit is contained in:
Daniel Molkentin 2013-09-18 14:06:23 +02:00
parent a1d0b85277
commit 15d247a708
2 changed files with 6 additions and 6 deletions

View file

@ -22,13 +22,13 @@
class QSslError;
class QSslCertificate;
namespace Mirall
{
namespace Ui {
class SslErrorDialog;
}
namespace Mirall
{
class SslErrorDialog : public QDialog
{
Q_OBJECT
@ -57,7 +57,7 @@ private:
QList<QSslCertificate> _unknownCerts;
QString _customConfigHandle;
::Ui::SslErrorDialog *_ui;
Ui::SslErrorDialog *_ui;
};
} // end namespace

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SslErrorDialog</class>
<widget class="QWidget" name="SslErrorDialog">
<class>Mirall::SslErrorDialog</class>
<widget class="QWidget" name="Mirall::SslErrorDialog">
<property name="geometry">
<rect>
<x>0</x>