diff options
author | deva <deva> | 2005-06-14 12:29:40 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-14 12:29:40 +0000 |
commit | 430524810e67d3c223a2ab819f45b882b419c45d (patch) | |
tree | 0abb4b2dd3dabc414c755c30e52d0b5022ee8670 /src/info_gui.h | |
parent | 0836a6e06f86e366017da3b2b2c132b3a4f2c877 (diff) |
Incorporated the use of the Info object everywhere... also using the log functionality.
Diffstat (limited to 'src/info_gui.h')
-rw-r--r-- | src/info_gui.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/info_gui.h b/src/info_gui.h index 44729c2..2ee3d63 100644 --- a/src/info_gui.h +++ b/src/info_gui.h @@ -45,6 +45,8 @@ #include "info.h" +#include "miav_config.h" + #include <qwidget.h> #include <qapplication.h> @@ -72,7 +74,7 @@ protected: class InfoGui: public Info { public: - InfoGui(QApplication *a, QWidget *p); + InfoGui(QApplication *a, QWidget *p, MiavConfig *config); ~InfoGui(); void error(char* fmt, ...); |