summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.h
Unidiff
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
@@ -1,17 +1,19 @@
1#ifndef POWERCHORD_H 1#ifndef POWERCHORD_H
2#define POWERCHORD_H 2#define POWERCHORD_H
3#include "powerchordbase.h" 3#include "powerchordbase.h"
4 4
5class Powerchord : public PowerchordBase 5class Powerchord : public PowerchordBase
6{ 6{
7 Q_OBJECT 7 Q_OBJECT
8 8
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 12
13 static QString appName() { return QString::fromLatin1("powerchord"); }
14
13private slots: 15private slots:
14 void goodBye(); 16 void goodBye();
15}; 17};
16 18
17#endif // POWERCHORD_H 19#endif // POWERCHORD_H