diff options
Diffstat (limited to 'src/motddialog.h')
| -rw-r--r-- | src/motddialog.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/motddialog.h b/src/motddialog.h index 929a51e5..4e0175d3 100644 --- a/src/motddialog.h +++ b/src/motddialog.h @@ -23,24 +23,25 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QDialog> #include <QUrl> -namespace Ui { +namespace Ui +{ class MotDDialog; } class MotDDialog : public QDialog { Q_OBJECT - + public: - explicit MotDDialog(const QString &message, QWidget *parent = 0); + explicit MotDDialog(const QString& message, QWidget* parent = 0); ~MotDDialog(); - + private slots: void on_okButton_clicked(); - void linkClicked(const QUrl &url); + void linkClicked(const QUrl& url); private: - Ui::MotDDialog *ui; + Ui::MotDDialog* ui; }; -#endif // MOTDDIALOG_H +#endif // MOTDDIALOG_H |
