X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fmain.cpp;h=f562dd47fff01dfed3c293ebef84aa98ac1ffb07;hb=1cad7d10240a398c11af0043720d675e631f016f;hp=fc5c0f7fe46f27c446f6a61a6424d94090a8a7e6;hpb=fee1002dcb914ef9d47ceae97080b8c140e3b1ed;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index fc5c0f7f..f562dd47 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -18,6 +18,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#include "global.h" #include "settings.h" #include #include @@ -85,7 +86,6 @@ int main(int argc, char **argv) { QCoreApplication::setApplicationName("Quassel IRC"); QCoreApplication::setOrganizationName("Quassel IRC Development Team"); - Global::quasselDir = QDir::homePath() + "/.quassel"; #ifndef BUILD_QTUI Core::instance(); // create and init the core #endif