QTfrontend/pageadmin.h
changeset 6042 8b5345758f62
parent 6009 14f6fc9869f2
--- a/QTfrontend/pageadmin.h	Mon Sep 26 21:45:33 2011 +0400
+++ b/QTfrontend/pageadmin.h	Tue Sep 27 00:38:39 2011 +0200
@@ -28,19 +28,6 @@
 public:
     PageAdmin(QWidget* parent = 0);
 
-private:
-    QLineEdit * leServerMessageNew;
-    QLineEdit * leServerMessageOld;
-    QPushButton * pbSetSM;
-    QPushButton * pbAsk;
-    QSpinBox * sbProtocol;
-    QTextBrowser * tb;
-    QPushButton * BtnBack;
-    QPushButton * pbClearAccountsCache;
-
-private slots:
-    void smChanged();
-
 public slots:
     void serverMessageNew(const QString & str);
     void serverMessageOld(const QString & str);
@@ -52,6 +39,22 @@
     void setProtocol(int proto);
     void askServerVars();
     void clearAccountsCache();
+
+protected:
+    QLayout * bodyLayoutDefinition();
+    void connectSignals();
+
+private:
+    QLineEdit * leServerMessageNew;
+    QLineEdit * leServerMessageOld;
+    QPushButton * pbSetSM;
+    QPushButton * pbAsk;
+    QSpinBox * sbProtocol;
+    QTextBrowser * tb;
+    QPushButton * pbClearAccountsCache;
+
+private slots:
+    void smChanged();
 };
 
 #endif