QTfrontend/pages.h
changeset 3283 18ee933a5864
parent 3236 4ab3917d7d44
child 3287 4f7b57ed18b6
--- 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();
 };