Fixes #682 - Core crashes on client connection
[quassel.git] / src / qtui / coreinfodlg.h
index 1c3ee37..05c9de0 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -24,7 +24,7 @@
 #include "ui_coreinfodlg.h"
 #include <QDialog>
 
-#include "clientcoreinfo.h";
+#include "clientcoreinfo.h"
 
 class CoreInfoDlg : public QDialog {
   Q_OBJECT