diff -r 9ca28cef559a -r 18ee933a5864 QTfrontend/pages.h --- a/QTfrontend/pages.h Sat Apr 03 08:46:01 2010 +0000 +++ b/QTfrontend/pages.h Sat Apr 03 08:47:06 2010 +0000 @@ -479,17 +479,26 @@ QPushButton * pbClearAccountsCache; private: - QLineEdit * leServerMessage; + QLineEdit * leServerMessageNew; + QLineEdit * leServerMessageOld; QPushButton * pbSetSM; + QPushButton * pbAsk; + QSpinBox * sbProtocol; + QTextBrowser * tb; private slots: void smChanged(); public slots: - void serverMessage(const QString & str); + void serverMessageNew(const QString & str); + void serverMessageOld(const QString & str); + void protocol(int proto); signals: - void setServerMessage(const QString & str); + void setServerMessageNew(const QString & str); + void setServerMessageOld(const QString & str); + void setProtocol(int proto); + void askServerVars(); };