@@ -297,13 +297,13 @@ - (void)run { void *pool; OFRunLoop *runLoop; - [OFThread _createMainThread]; + [OFThread OF_createMainThread]; runLoop = [OFRunLoop currentRunLoop]; - [OFRunLoop _setMainRunLoop]; + [OFRunLoop OF_setMainRunLoop]; pool = objc_autoreleasePoolPush(); [delegate applicationDidFinishLaunching]; objc_autoreleasePoolPop(pool);