From d388324e7b91bdd95553c3849d77cddd5bd0bfc4 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 20 Jan 2004 13:07:31 +0000 Subject: initial import of powerchord courtesy Camilo Mesias modified some bits to be compatible with the opie build system packaging not complete yet i hope camilo will maintain this here... --- (limited to 'noncore/multimedia/powerchord/powerchord.h') diff --git a/noncore/multimedia/powerchord/powerchord.h b/noncore/multimedia/powerchord/powerchord.h new file mode 100644 index 0000000..0793fd2 --- a/dev/null +++ b/noncore/multimedia/powerchord/powerchord.h @@ -0,0 +1,17 @@ +#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(); + +private slots: + void goodBye(); +}; + +#endif // POWERCHORD_H -- cgit v0.9.0.2