summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.h
Unidiff
Diffstat (limited to 'noncore/multimedia/powerchord/powerchord.h') (more/less context) (ignore 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
@@ -9,6 +9,8 @@ class Powerchord : public PowerchordBase
9public: 9public:
10 Powerchord( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 10 Powerchord( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
11 ~Powerchord(); 11 ~Powerchord();
12
13 static QString appName() { return QString::fromLatin1("powerchord"); }
12 14
13private slots: 15private slots:
14 void goodBye(); 16 void goodBye();