/* Title: Globals.h * Author: M.Thomas BEAM Ltd * Date: 2007-06-01 * * Contents: * * Mod Rec: * */ #ifndef GLOBALS_H #define GLOBALS_H #include #include #include extern BString ghostName; extern Config gconfig; extern QStatusBar* gstatusbar; #endif