summaryrefslogtreecommitdiffstats
path: root/common/console.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-15 19:28:05 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-15 19:28:05 +0100
commit3dd90236e7927028ff5c98635f8075189c9869c2 (patch)
treeaefb7ce4e698b6c9d6993546d5e437a61d7ce4e3 /common/console.h
parentcb0f5fb769380db5771ff8e0dba8d780cdc92edb (diff)
downloadsink-3dd90236e7927028ff5c98635f8075189c9869c2.tar.gz
sink-3dd90236e7927028ff5c98635f8075189c9869c2.zip
namespace everything in libs with Akonadi2
Diffstat (limited to 'common/console.h')
-rw-r--r--common/console.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/console.h b/common/console.h
index 0df5c38..e0b803c 100644
--- a/common/console.h
+++ b/common/console.h
@@ -7,6 +7,9 @@
7 7
8class QTextBrowser; 8class QTextBrowser;
9 9
10namespace Akonadi2
11{
12
10class AKONADI2COMMON_EXPORT Console : public QWidget 13class AKONADI2COMMON_EXPORT Console : public QWidget
11{ 14{
12 Q_OBJECT 15 Q_OBJECT
@@ -22,3 +25,5 @@ private:
22 QTime m_timestamper; 25 QTime m_timestamper;
23 static Console *s_output; 26 static Console *s_output;
24}; 27};
28
29} // namespace Akonadi2