diff options
author | Slávek Banko <[email protected]> | 2015-06-26 13:06:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-06-26 13:30:27 +0200 |
commit | 6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316 (patch) | |
tree | e1011946646ff88f10c2c5b8a83e4292b700f5f7 /kopete/libkopete/ui | |
parent | 86e9e2420c147bf64ae64aafd2e75576dc40e7b6 (diff) | |
download | tdenetwork-6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316.tar.gz tdenetwork-6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ec6378cdd8ea847ecdd81f8976b5adf2551cef56)
Diffstat (limited to 'kopete/libkopete/ui')
-rw-r--r-- | kopete/libkopete/ui/metacontactselectorwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |