X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.h;h=7abaac9c3aa9dc933ed92a79f9e4cf85b487fc02;hp=ff980d3228ec4c44e92fb42b19151f16f68a30e6;hb=48189e18131e2366eb2790b37f3b6412292f2d6c;hpb=01922b87be01cd5c9844d2a273acd9a71aee8e96 diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index ff980d32..7abaac9c 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(); @@ -110,7 +112,6 @@ public: private slots: void on_host_textChanged(const QString &); void on_accountName_textChanged(const QString &); - void on_useRemote_toggled(bool); void setWidgetStates();