From f2cfda2a54780868dfe0af7bd652fcd4906547da Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 1 Mar 2010 19:09:31 +0000 Subject: Added KDE3 version of SoundKonverter git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1097614 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/soundkonverterapp.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 src/soundkonverterapp.h (limited to 'src/soundkonverterapp.h') diff --git a/src/soundkonverterapp.h b/src/soundkonverterapp.h new file mode 100755 index 0000000..77e5b9f --- /dev/null +++ b/src/soundkonverterapp.h @@ -0,0 +1,37 @@ + + +#ifndef SOUNDKONVERTERAPP_H +#define SOUNDKONVERTERAPP_H + +#include "dcopinterface.h" + +#include + +class soundKonverter; + +/** + * @short The soundKonverter application. It controlles ensures that there can only run one instance of soundKonverter. + * @author Daniel Faust + * @version 0.3 + */ +class soundKonverterApp : public KUniqueApplication +{ + Q_OBJECT +public: + /** + * Constructor. + */ + soundKonverterApp(); + + /** + * Destructor + */ + virtual ~soundKonverterApp(); + + /** + * This function is called, when a new instance of soundKonverter should be created. + */ + virtual int newInstance(); +}; + +#endif // SOUNDKONVERTERAPP_H -- cgit v1.2.1