Fixed linker error caused by not running MOC on ircuser.h.
[quassel.git] / src / qtgui / serverlist.cpp
index ab12919..9b36fcc 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "serverlist.h"
 #include "identities.h"
-#include "guiproxy.h"
+#include "clientproxy.h"
 
 /* NOTE: This dialog holds not only the server list, but also the identities.
  *       This makes perfect sense given the fact that connections are initiated from
@@ -355,7 +355,7 @@ void NetworkEditDlg::on_editIdentities_clicked() {
 
 /***************************************************************************/
 
-ServerEditDlg::ServerEditDlg(QWidget *parent, VarMap server) {
+ServerEditDlg::ServerEditDlg(QWidget *parent, VarMap server) : QDialog(parent) {
   ui.setupUi(this);
 
   if(!server.isEmpty()) {