diff -r ac2d3e8dd110 -r 82f784cf2ce5 src/gui.h --- a/src/gui.h Fri May 10 17:39:56 2013 +0300 +++ b/src/gui.h Fri May 10 21:45:36 2013 +0300 @@ -38,6 +38,7 @@ class QSplitter; class DelHistory; class QToolButton; +class QDialogButtonBox; // Stuff for dialogs #define IMPLEMENT_DIALOG_BUTTONS \ @@ -242,6 +243,7 @@ QAction* findAction (str name); QIcon makeColorIcon (color* colinfo, const ushort size); void makeColorSelector (QComboBox* box); +QDialogButtonBox* makeButtonBox (QDialog& dlg); // ----------------------------------------------------------------------------- // Pointer to the instance of ForgeWindow.