diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-15 19:28:05 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-15 19:28:05 +0100 |
commit | 3dd90236e7927028ff5c98635f8075189c9869c2 (patch) | |
tree | aefb7ce4e698b6c9d6993546d5e437a61d7ce4e3 /common/console.h | |
parent | cb0f5fb769380db5771ff8e0dba8d780cdc92edb (diff) | |
download | sink-3dd90236e7927028ff5c98635f8075189c9869c2.tar.gz sink-3dd90236e7927028ff5c98635f8075189c9869c2.zip |
namespace everything in libs with Akonadi2
Diffstat (limited to 'common/console.h')
-rw-r--r-- | common/console.h | 5 |
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 | ||
8 | class QTextBrowser; | 8 | class QTextBrowser; |
9 | 9 | ||
10 | namespace Akonadi2 | ||
11 | { | ||
12 | |||
10 | class AKONADI2COMMON_EXPORT Console : public QWidget | 13 | class 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 | ||