--- a/QTfrontend/AbstractPage.h Mon Sep 26 21:29:40 2011 -0400
+++ b/QTfrontend/AbstractPage.h Tue Sep 27 04:31:08 2011 +0200
@@ -78,6 +78,7 @@
virtual ~AbstractPage() {};
+ QPushButton * formattedButton(const QString & btname, bool hasIcon);
QPushButton * addButton(const QString & btname, QGridLayout * grid, int wy, int wx, bool hasIcon = false);
QPushButton * addButton(const QString & btname, QGridLayout * grid, int wy, int wx, int rowSpan, int columnSpan, bool hasIcon = false);
QPushButton * addButton(const QString & btname, QBoxLayout * box, int where, bool hasIcon = false);
@@ -87,7 +88,6 @@
QFont * font14;
private:
- QPushButton * formattedButton(const QString & btname, bool hasIcon);
QPushButton * btnBack;
};