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:
@@ -18,7 +18,7 @@
|
||||
#ifndef KEEPASSX_TESTHASHEDBLOCKSTREAM_H
|
||||
#define KEEPASSX_TESTHASHEDBLOCKSTREAM_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QObject>
|
||||
|
||||
class TestHashedBlockStream : public QObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user