summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/registerdocumentationoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/registerdocumentationoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/registerdocumentationoperation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/registerdocumentationoperation.cpp b/installerbuilder/libinstaller/registerdocumentationoperation.cpp
index a45e218bd..a0ec54f1b 100644
--- a/installerbuilder/libinstaller/registerdocumentationoperation.cpp
+++ b/installerbuilder/libinstaller/registerdocumentationoperation.cpp
@@ -37,7 +37,7 @@
#include <QString>
#include <QFileInfo>
#include <QDir>
-#include <QDebug>
+#include <QtCore/QDebug>
using namespace QInstaller;
@@ -98,7 +98,7 @@ bool RegisterDocumentationOperation::performOperation()
if (!settingsDir.exists())
settingsDir.mkpath(settingsDir.absolutePath());
const QString collectionFile = settingsDir.absolutePath() + QLatin1String("/helpcollection.qhc");
- qDebug() << "collectionFile: " << collectionFile;
+ qDebug() << "collectionFile:" << collectionFile;
if (!QFileInfo(helpFile).exists()) {
setError(UserDefinedError);