summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.h
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/powerchord/powerchord.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/powerchord/powerchord.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/powerchord/powerchord.h b/noncore/multimedia/powerchord/powerchord.h
index 0793fd2..b737834 100644
--- a/noncore/multimedia/powerchord/powerchord.h
+++ b/noncore/multimedia/powerchord/powerchord.h
@@ -10,6 +10,8 @@ public:
Powerchord( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~Powerchord();
+ static QString appName() { return QString::fromLatin1("powerchord"); }
+
private slots:
void goodBye();
};