Okular Config: Use qWarning otherwise the compile will fail

Missing header as the file is being generted by kconfig
frameworks
Vishesh Handa 12 years ago
parent bf8f942bac
commit ead067d329
  1. 4
      conf/okular.kcfg

@ -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>

Loading…
Cancel
Save