Reformat ALL the source!
[quassel.git] / src / qtui / aboutdlg.h
index a723e0b..0bfe2bf 100644 (file)
 
 #include "ui_aboutdlg.h"
 
-class AboutDlg : public QDialog {
-  Q_OBJECT
+class AboutDlg : public QDialog
+{
+    Q_OBJECT
 
-  public:
+public:
     AboutDlg(QWidget *parent = 0);
 
-  private:
+private:
     Ui::AboutDlg ui;
 
     QString about() const;
     QString authors() const;
     QString contributors() const;
     QString thanksTo() const;
-
 };