From 6504b6f2bdd818e1ff7c1a2b1d680f3216c09ebf Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 3 Oct 2013 15:18:16 +0200 Subject: Drop Qt module name from include statements. This is a preparation to be able to build KeePassX against Qt 5. --- src/core/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/Config.h') diff --git a/src/core/Config.h b/src/core/Config.h index 0a775bdfc..ee3082685 100644 --- a/src/core/Config.h +++ b/src/core/Config.h @@ -18,8 +18,8 @@ #ifndef KEEPASSX_CONFIG_H #define KEEPASSX_CONFIG_H -#include -#include +#include +#include #include "core/Global.h" -- cgit v1.2.3