summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete')
-rw-r--r--kopete/libkopete/kopeteproperties.cpp4
-rw-r--r--kopete/libkopete/ui/metacontactselectorwidget.h4
2 files changed, 4 insertions, 4 deletions
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 <kdebug.h>
#include <tqdom.h>
#include <tqvariant.h>
#include <typeinfo>
+#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
{