X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmonoapplication.h;h=086bb473dc98281598413306906894a4f84318d0;hp=15854a2086528dd741b3f539e9850348439d2bb7;hb=5d9af8ed007d38faf3995ea18174249121f246fe;hpb=c45a002f4e8d5a1faa9fb6804e85d875862210db diff --git a/src/qtui/monoapplication.h b/src/qtui/monoapplication.h index 15854a20..086bb473 100644 --- a/src/qtui/monoapplication.h +++ b/src/qtui/monoapplication.h @@ -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;