From 75ec461eeaa851cb5c53f4cfffc434e3e529ed1d Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 22 Jun 2020 21:10:04 +0200 Subject: Restructures the project source and cleans up a bit --- src/mainwindow.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.hpp') diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index dfa7ebc..85b9d59 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -7,10 +7,10 @@ #include "favouritecollection.hpp" -#include "geminirenderer.hpp" +#include "renderers/geminirenderer.hpp" #include "protocolsetup.hpp" -#include "elidelabel.hpp" +#include "widgets/elidelabel.hpp" #include "browsertab.hpp" -- cgit v1.2.3