Okular Config: Use qWarning otherwise the compile will fail

Missing header as the file is being generted by kconfig
This commit is contained in:
Vishesh Handa 2014-08-12 21:58:43 +02:00
parent bf8f942bac
commit ead067d329

View file

@ -61,12 +61,12 @@
}
else
{
kWarning() << "AnnotatingTools XML file seems to be damaged";
qWarning() << "AnnotatingTools XML file seems to be damaged";
}
}
else
{
kWarning() << "Unable to open AnnotatingTools XML definition";
qWarning() << "Unable to open AnnotatingTools XML definition";
}
</code>
<default code="true">annotationTools</default>