diff options
author | deva <deva> | 2005-05-03 17:13:25 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-03 17:13:25 +0000 |
commit | 099291cc4cc648c1938a7245d9abccbc6738a46d (patch) | |
tree | ccd38cd78cd87a9d34c06ce48b35501738786f06 /src/info_gui.h | |
parent | f7523239e45fb930db0273170cb93cb09fe370b5 (diff) |
Fixed some missong Info object references.
Diffstat (limited to 'src/info_gui.h')
-rw-r--r-- | src/info_gui.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/info_gui.h b/src/info_gui.h index 269f827..6a5c97b 100644 --- a/src/info_gui.h +++ b/src/info_gui.h @@ -37,11 +37,12 @@ #ifndef __MIAV_INFO_GUI_H__ #define __MIAV_INFO_GUI_H__ +#ifdef USE_GUI + #define TXT_ERROR_TITLE "Der er opstået en fejl!" #define TXT_WARNING_TITLE "Advarsel" #define TXT_INFO_TITLE "Information" - #include "info.h" #include <qwidget.h> @@ -66,3 +67,5 @@ private: }; #endif/*__MIAV_INFO_GUI_H__*/ + +#endif/*USE_GUI*/ |