From f4968ef3c88349414cc649a4f9e566dacb47b064 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 11 Dec 2010 11:42:37 +0000 Subject: eol style --- examples/GuiClient/aboutDialog.h | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'examples/GuiClient/aboutDialog.h') diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h index f0adcc66..f71a0dbb 100644 --- a/examples/GuiClient/aboutDialog.h +++ b/examples/GuiClient/aboutDialog.h @@ -1,22 +1,22 @@ -#ifndef ABOUTDIALOG_H -#define ABOUTDIALOG_H - -#include - -namespace Ui { - class aboutDialog; -} - -class aboutDialog : public QDialog -{ - Q_OBJECT - -public: - explicit aboutDialog(QWidget *parent = 0); - ~aboutDialog(); - -private: - Ui::aboutDialog *ui; -}; - -#endif // ABOUTDIALOG_H +#ifndef ABOUTDIALOG_H +#define ABOUTDIALOG_H + +#include + +namespace Ui { + class aboutDialog; +} + +class aboutDialog : public QDialog +{ + Q_OBJECT + +public: + explicit aboutDialog(QWidget *parent = 0); + ~aboutDialog(); + +private: + Ui::aboutDialog *ui; +}; + +#endif // ABOUTDIALOG_H -- cgit v1.2.3