summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/module.hpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-13 12:59:22 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-13 12:59:22 +0200
commit2a90f867d29f7080159a502230535fa397cb2adf (patch)
treed269bc7228f64474daf6fe5a9318696013d815f8 /tracker-easy/module.hpp
parent4e79bfa83a92fd14ab7f453ac786b682079a0086 (diff)
EasyTracker: Adding namespace. Reducing number of classes.
Diffstat (limited to 'tracker-easy/module.hpp')
-rw-r--r--tracker-easy/module.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/tracker-easy/module.hpp b/tracker-easy/module.hpp
index 0b3f12cf..8a4e3920 100644
--- a/tracker-easy/module.hpp
+++ b/tracker-easy/module.hpp
@@ -6,15 +6,15 @@
#include "compat/linkage-macros.hpp"
-namespace pt_module
+namespace EasyTracker
{
-class OTR_GENERIC_EXPORT metadata_pt : public Metadata
-{
- Q_OBJECT
+ class OTR_GENERIC_EXPORT Metadata : public ::Metadata
+ {
+ Q_OBJECT
- QString name() override;
- QIcon icon() override;
-};
+ QString name() override;
+ QIcon icon() override;
+ };
} // ns pt_module