@@ -41,11 +41,11 @@ /** * \brief Represents the application as an object. */ @interface OFApplication: OFObject { - OFString *progname; + OFString *programName; OFMutableArray *arguments; id delegate; } /**