diff -r 215f0c9719e3 -r 14f6fc9869f2 QTfrontend/pageadmin.h --- a/QTfrontend/pageadmin.h Sat Sep 24 04:53:53 2011 +0200 +++ b/QTfrontend/pageadmin.h Sat Sep 24 16:22:10 2011 +0200 @@ -28,9 +28,6 @@ public: PageAdmin(QWidget* parent = 0); - QPushButton * BtnBack; - QPushButton * pbClearAccountsCache; - private: QLineEdit * leServerMessageNew; QLineEdit * leServerMessageOld; @@ -38,6 +35,8 @@ QPushButton * pbAsk; QSpinBox * sbProtocol; QTextBrowser * tb; + QPushButton * BtnBack; + QPushButton * pbClearAccountsCache; private slots: void smChanged(); @@ -52,6 +51,7 @@ void setServerMessageOld(const QString & str); void setProtocol(int proto); void askServerVars(); + void clearAccountsCache(); }; #endif