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/keys/FileKey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keys/FileKey.h') diff --git a/src/keys/FileKey.h b/src/keys/FileKey.h index e4e67985b..f98543364 100644 --- a/src/keys/FileKey.h +++ b/src/keys/FileKey.h @@ -18,7 +18,7 @@ #ifndef KEEPASSX_FILEKEY_H #define KEEPASSX_FILEKEY_H -#include +#include #include "core/Global.h" #include "keys/Key.h" -- cgit v1.2.3