diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-11 11:42:37 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-11 11:42:37 +0000 |
| commit | f4968ef3c88349414cc649a4f9e566dacb47b064 (patch) | |
| tree | 1885b204cdb867fcf26a89e4c23730a892dade1c /examples/GuiClient/aboutDialog.h | |
| parent | 97865003f7e8b4983292852d857a2b3d79c90c9b (diff) | |
| download | qxmpp-f4968ef3c88349414cc649a4f9e566dacb47b064.tar.gz | |
eol style
Diffstat (limited to 'examples/GuiClient/aboutDialog.h')
| -rw-r--r-- | examples/GuiClient/aboutDialog.h | 44 |
1 files changed, 22 insertions, 22 deletions
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 <QDialog>
-
-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 <QDialog> + +namespace Ui { + class aboutDialog; +} + +class aboutDialog : public QDialog +{ + Q_OBJECT + +public: + explicit aboutDialog(QWidget *parent = 0); + ~aboutDialog(); + +private: + Ui::aboutDialog *ui; +}; + +#endif // ABOUTDIALOG_H |
