X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.h;h=ae3d5b769b3c8e5c63e645e99fd672dde071d20f;hp=ff980d3228ec4c44e92fb42b19151f16f68a30e6;hb=0d49f7e83bd1055711e66aa880f3a0d62f7eefc9;hpb=01922b87be01cd5c9844d2a273acd9a71aee8e96 diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index ff980d32..ae3d5b76 100644 --- a/src/qtui/coreconnectdlg.h +++ b/src/qtui/coreconnectdlg.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CORECONNECTDLG_H_ -#define _CORECONNECTDLG_H_ +#ifndef CORECONNECTDLG_H +#define CORECONNECTDLG_H #include @@ -38,8 +38,10 @@ public: CoreConnectDlg(bool = false, QWidget *parent = 0); ~CoreConnectDlg(); -private slots: +signals: + void newClientSyncer(ClientSyncer *); +private slots: /*** Phase Null: Accounts ***/ void restartPhaseNull();