Drop Qt module name from include statements.

This is a preparation to be able to build KeePassX against Qt 5.
This commit is contained in:
Felix Geyer
2013-10-03 15:18:16 +02:00
parent 035271d469
commit 6504b6f2bd
170 changed files with 332 additions and 339 deletions

View File

@@ -18,8 +18,8 @@
#include "CompositeKey.h"
#include "CompositeKey_p.h"
#include <QtCore/QtConcurrentRun>
#include <QtCore/QTime>
#include <QtConcurrentRun>
#include <QTime>
#include "crypto/CryptoHash.h"
#include "crypto/SymmetricCipher.h"