mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
generic: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
bde28a2b96
commit
9771b8b226
5 changed files with 6 additions and 6 deletions
|
@ -23,9 +23,9 @@
|
||||||
#ifndef QT_NO_SHAREDMEMORY
|
#ifndef QT_NO_SHAREDMEMORY
|
||||||
|
|
||||||
#include <QtCore/QSharedMemory>
|
#include <QtCore/QSharedMemory>
|
||||||
#include <QtCore/QCryptographicHash>
|
|
||||||
#include <QtCore/QFile>
|
#include <QtCore/QFile>
|
||||||
#include <QtCore/QDir>
|
#include <QtCore/QDir>
|
||||||
|
#include <QCryptographicHash>
|
||||||
|
|
||||||
#include "klocalizedstring.h"
|
#include "klocalizedstring.h"
|
||||||
|
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
#include <QtGui/QImage>
|
#include <QtGui/QImage>
|
||||||
#include <QtCore/QTimer>
|
#include <QtCore/QTimer>
|
||||||
#include <QtCore/QRegExp>
|
#include <QtCore/QRegExp>
|
||||||
#include <QtCore/QCryptographicHash>
|
|
||||||
#include <QtCore/QLinkedList>
|
#include <QtCore/QLinkedList>
|
||||||
|
#include <QCryptographicHash>
|
||||||
|
|
||||||
#include <kfileitem.h>
|
#include <kfileitem.h>
|
||||||
#include <kde_file.h>
|
#include <kde_file.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <QtCore/qdatetime.h>
|
#include <QtCore/qdatetime.h>
|
||||||
#include <QtCore/qendian.h>
|
#include <QtCore/qendian.h>
|
||||||
#include <QtCore/QCryptographicHash>
|
#include <QCryptographicHash>
|
||||||
|
|
||||||
#include <krandom.h>
|
#include <krandom.h>
|
||||||
#include <kdebug.h>
|
#include <kdebug.h>
|
||||||
|
|
|
@ -36,8 +36,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include <QtDBus/QtDBus>
|
#include <QtDBus/QtDBus>
|
||||||
#include <QtNetwork/QLocalServer>
|
#include <QtNetwork/QLocalServer>
|
||||||
#include <QtNetwork/QLocalSocket>
|
#include <QtNetwork/QLocalSocket>
|
||||||
#include <QtCore/qcoreapplication.h>
|
#include <QCoreApplication>
|
||||||
#include <QtCore/qcryptographichash.h>
|
#include <QCryptographicHash>
|
||||||
|
|
||||||
#include <kcmdlineargs.h>
|
#include <kcmdlineargs.h>
|
||||||
#include <kcomponentdata.h>
|
#include <kcomponentdata.h>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
#include <misc/kntlm/kntlm.h>
|
#include <misc/kntlm/kntlm.h>
|
||||||
|
|
||||||
#include <QtCore/QTextCodec>
|
#include <QtCore/QTextCodec>
|
||||||
#include <QtCore/QCryptographicHash>
|
#include <QCryptographicHash>
|
||||||
|
|
||||||
static bool isWhiteSpace(char ch)
|
static bool isWhiteSpace(char ch)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue