summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.h
blob: b7378347296c24e21ebe21bb978c7fffc575bf2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef POWERCHORD_H
#define POWERCHORD_H
#include "powerchordbase.h"

class Powerchord : public PowerchordBase
{ 
    Q_OBJECT

public:
    Powerchord( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~Powerchord();
    
    static QString appName() { return QString::fromLatin1("powerchord"); }

private slots:
    void goodBye();
};

#endif // POWERCHORD_H