generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-04-22 00:04:56 +00:00
parent bde28a2b96
commit 9771b8b226
5 changed files with 6 additions and 6 deletions

View file

@ -23,9 +23,9 @@
#ifndef QT_NO_SHAREDMEMORY
#include <QtCore/QSharedMemory>
#include <QtCore/QCryptographicHash>
#include <QtCore/QFile>
#include <QtCore/QDir>
#include <QCryptographicHash>
#include "klocalizedstring.h"

View file

@ -37,8 +37,8 @@
#include <QtGui/QImage>
#include <QtCore/QTimer>
#include <QtCore/QRegExp>
#include <QtCore/QCryptographicHash>
#include <QtCore/QLinkedList>
#include <QCryptographicHash>
#include <kfileitem.h>
#include <kde_file.h>

View file

@ -28,7 +28,7 @@
#include <QtCore/qdatetime.h>
#include <QtCore/qendian.h>
#include <QtCore/QCryptographicHash>
#include <QCryptographicHash>
#include <krandom.h>
#include <kdebug.h>

View file

@ -36,8 +36,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <QtDBus/QtDBus>
#include <QtNetwork/QLocalServer>
#include <QtNetwork/QLocalSocket>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qcryptographichash.h>
#include <QCoreApplication>
#include <QCryptographicHash>
#include <kcmdlineargs.h>
#include <kcomponentdata.h>

View file

@ -43,7 +43,7 @@
#include <misc/kntlm/kntlm.h>
#include <QtCore/QTextCodec>
#include <QtCore/QCryptographicHash>
#include <QCryptographicHash>
static bool isWhiteSpace(char ch)
{