OK, another update. This is just prior to redoing the MainWin completely.
[quassel.git] / main / main_mono.cpp
index 6bd0f33..7700b27 100644 (file)
@@ -36,6 +36,8 @@ int main(int argc, char **argv) {
   QApplication::setOrganizationName("The Quassel Team");
 
   Global::runMode = Global::Monolithic;
+  Global::quasselDir = QDir::homePath() + "/.quassel";
+
   global = new Global();
   guiProxy = new GUIProxy();
   coreProxy = new CoreProxy();