summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/voicefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/voicefile.h')
-rw-r--r--rbutil/rbutilqt/voicefile.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/rbutil/rbutilqt/voicefile.h b/rbutil/rbutilqt/voicefile.h
index 611203a134..b5d2a27767 100644
--- a/rbutil/rbutilqt/voicefile.h
+++ b/rbutil/rbutilqt/voicefile.h
@@ -29,18 +29,15 @@
29#include "httpget.h" 29#include "httpget.h"
30#include "rbsettings.h" 30#include "rbsettings.h"
31 31
32extern "C" 32#include "wavtrim.h"
33{ 33#include "voicefont.h"
34 #include "wavtrim.h" 34
35 #include "voicefont.h"
36}
37
38class VoiceFileCreator :public QObject 35class VoiceFileCreator :public QObject
39{ 36{
40 Q_OBJECT 37 Q_OBJECT
41public: 38public:
42 VoiceFileCreator(QObject* parent=0); 39 VoiceFileCreator(QObject* parent=0);
43 40
44 //start creation 41 //start creation
45 bool createVoiceFile(ProgressloggerInterface* logger); 42 bool createVoiceFile(ProgressloggerInterface* logger);
46 43