Fix includes
[quassel.git] / src / qtui / monoapplication.h
index 15854a2..086bb47 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -23,7 +23,6 @@
 
 #include "qtuiapplication.h"
 
-class ClientSyncer;
 class CoreApplicationInternal;
 
 class MonolithicApplication : public QtUiApplication {
@@ -35,8 +34,7 @@ public:
   bool init();
 
 private slots:
-  void newClientSyncer(ClientSyncer *syncer);
-  void startInternalCore(ClientSyncer *syncer);
+  void startInternalCore();
 
 private:
   CoreApplicationInternal *_internal;