From 36396f7c6aca9fcc61c8620e10c31ed2c8999ebd Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 26 Feb 2013 16:47:39 -0600 Subject: Massive re-organization. --- gui/mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui/mainwindow.cpp') 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. -- cgit v1.2.3