From 6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Jun 2015 13:06:44 +0200 Subject: Fix FTBFS with clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ec6378cdd8ea847ecdd81f8976b5adf2551cef56) --- kopete/libkopete/kopeteproperties.cpp | 4 ++-- kopete/libkopete/ui/metacontactselectorwidget.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/libkopete') diff --git a/kopete/libkopete/kopeteproperties.cpp b/kopete/libkopete/kopeteproperties.cpp index 3ed9d044..4565a0e1 100644 --- a/kopete/libkopete/kopeteproperties.cpp +++ b/kopete/libkopete/kopeteproperties.cpp @@ -14,14 +14,14 @@ ************************************************************************* */ -#include "kopeteproperties.h" - #include #include #include #include +#include "kopeteproperties.h" + namespace Kopete { namespace Properties { diff --git a/kopete/libkopete/ui/metacontactselectorwidget.h b/kopete/libkopete/ui/metacontactselectorwidget.h index fb0f1e17..d084237a 100644 --- a/kopete/libkopete/ui/metacontactselectorwidget.h +++ b/kopete/libkopete/ui/metacontactselectorwidget.h @@ -23,10 +23,10 @@ #include "kopetelistviewitem.h" #include "kopete_export.h" -class Kopete::MetaContact; - namespace Kopete { + class MetaContact; + namespace UI { -- cgit v1.2.1