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

View file

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