/* * Grouch Copyright (C) 2006 Andy Sveikauskas * ------------------------------------------------------------------------ * This program is free software under the GNU General Public License */ #import @interface ErrorWindow : NSObject + (void)errorWithString:(NSString*)str; @end