Add selectable Qt GUI Styles
[novacoin.git] / src / qt / bitcoingui.h
index 20eb7ca..f4e72b3 100644 (file)
@@ -119,11 +119,11 @@ private:
     QMovie *syncIconMovie;
 
     /** Create the main UI actions. */
-    void createActions();
+    void createActions(int nQtStyle);
     /** Create the menu bar and sub-menus. */
     void createMenuBar();
     /** Create the toolbars */
-    void createToolBars();
+    void createToolBars(int nQtStyle);
     /** Create system tray (notification) icon */
     void createTrayIcon();