summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy/module.cpp')
-rw-r--r--tracker-easy/module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp
index c5751e6e..b6d21c80 100644
--- a/tracker-easy/module.cpp
+++ b/tracker-easy/module.cpp
@@ -12,7 +12,7 @@ namespace EasyTracker
{
QString Metadata::name() { return tr("Easy Tracker 0.1"); }
- QIcon Metadata::icon() { return QIcon(":/Resources/Logo_IR.png"); }
+ QIcon Metadata::icon() { return QIcon(":/Resources/easy-tracker-logo.png"); }
}