diff --git a/src/aoapplication.h b/src/aoapplication.h index e9477e0..9d9d822 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -319,8 +319,7 @@ public: // Currently defined subtheme QString subtheme; - // Default is always default. - const QString default_theme = "default"; + const QString default_theme = "AceAttorney"; // The file name of the log file in base/logs. QString log_filename;