mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-09 18:15:11 -04:00
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:
parent
035271d469
commit
6504b6f2bd
170 changed files with 332 additions and 339 deletions
|
@ -19,8 +19,8 @@
|
|||
|
||||
#include "LineEdit.h"
|
||||
|
||||
#include <QtGui/QStyle>
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QStyle>
|
||||
#include <QToolButton>
|
||||
|
||||
#include "core/FilePath.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue