From ead067d329feb6914cf23e4294b4a059d5eb383d Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 12 Aug 2014 21:58:43 +0200 Subject: [PATCH] Okular Config: Use qWarning otherwise the compile will fail Missing header as the file is being generted by kconfig --- conf/okular.kcfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/okular.kcfg b/conf/okular.kcfg index f98098968..f77b69046 100644 --- a/conf/okular.kcfg +++ b/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"; } annotationTools