diff options
Diffstat (limited to 'gui/mainwindow.cpp')
-rw-r--r-- | gui/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 447a6619..6866da28 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -41,10 +41,10 @@ #include "gui/aboutdialog.h" #include "instancelist.h" -#include "data/appsettings.h" -#include "data/version.h" +#include "appsettings.h" +#include "version.h" -#include "tasks/logintask.h" +#include "logintask.h" // Opens the given file in the default application. // TODO: Move this somewhere. |