From cb33be1c50b68d6022f344ddac923c7aac3a11d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Aug 2016 21:28:45 +0200 Subject: move options framework into its own library - adjust usages - add support for QList signals and metatype --- gui/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/main-window.cpp') diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 2f856b11..9cad0ef4 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -8,7 +8,7 @@ #include "main-window.hpp" #include "logic/tracker.h" -#include "compat/options.hpp" +#include "options/options.hpp" #include "opentrack-library-path.h" #include "new_file_dialog.h" #include -- cgit v1.2.3