From 2e0cbf393a5320dbf5448ca44a9b5905314b0be8 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 29 Jul 2013 00:59:35 +0200 Subject: Massive renaming in the backend folder, all around restructure in the same. --- gui/taskdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/taskdialog.cpp') diff --git a/gui/taskdialog.cpp b/gui/taskdialog.cpp index a74b7718..efa64256 100644 --- a/gui/taskdialog.cpp +++ b/gui/taskdialog.cpp @@ -18,7 +18,7 @@ #include -#include "task.h" +#include "tasks/Task.h" TaskDialog::TaskDialog(QWidget *parent) : QDialog(parent), -- cgit