Bugfix, two connection dialogs opened when opening select remote dlg
[irwi] / src / aboutdlg.h
index 0ff7305..00b796a 100644 (file)
@@ -9,7 +9,7 @@ class AboutDlg : public QDialog
 {
     Q_OBJECT
 public:
-    AboutDlg(QWidget *parent);
+    AboutDlg(QWidget *parent = 0);
 };
 
 #endif