diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-22 10:16:01 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-05 23:07:41 +0300 |
commit | f7df477b1e8fa4528b6fe4f8b44c403f46e72d85 (patch) | |
tree | 0411b17b662b7668127da151aaabab8c716cac24 /src/rekonq.hpp | |
parent | check_license.py: add BSD-3-Clause (diff) | |
download | rekonq-f7df477b1e8fa4528b6fe4f8b44c403f46e72d85.tar.xz |
Add UrlBar and TabBar
- move src/tabwindow/tabbar.* to src/tabbar/
Diffstat (limited to 'src/rekonq.hpp')
-rw-r--r-- | src/rekonq.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonq.hpp b/src/rekonq.hpp index dc16401f..4a9bf10d 100644 --- a/src/rekonq.hpp +++ b/src/rekonq.hpp @@ -10,7 +10,7 @@ #pragma once // Configurations -#include "config-version.h" +#include <config-version.h> // Defines #include "rekonq_defines.h" |