QTfrontend/AbstractPage.h
changeset 6048 ae213ef7030a
parent 6044 728ce9acbaf7
child 6052 5e3e7d19bdb5
--- 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;
 };