|
|
/*************************************************************************** kmusicchoice.h - description ------------------- begin : Fri Dec 28 15:48:37 CET 2001 copyright : (C) 2001 by Frank von Daak email : frank.fun@kpage.de ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef KMUSICCHOICE_H #define KMUSICCHOICE_H #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <kapp.h> #include <qwidget.h> /** Kmusicchoice is the base class of the project */ class Kmusicchoice : public QWidget { Q_OBJECT public: /** construtor */ Kmusicchoice(QWidget* parent=0, const char *name=0); /** destructor */ ~Kmusicchoice(); }; #endif
Generated by: frank@frank on Fri Dec 28 15:49:24 2001, using kdoc 2.0a40. |