--- app.h.org 2006-03-31 23:59:48.000000000 +0200 +++ app.h 2006-04-01 00:00:20.000000000 +0200 @@ -51,7 +51,7 @@ void HideCursor(); static std::string findValidRandomTheme(const std::string& set); - static void App::replaceVariables(std::string& input, + static void replaceVariables(std::string& input, const std::string& var, const std::string& value); @@ -76,7 +76,7 @@ XpmAttributes BackgroundPixmapAttributes; Pixmap BackgroundPixmap; - void App::blankScreen(); + void blankScreen(); void setBackground(const string& themedir); bool daemonmode;