diff options
Diffstat (limited to 'kmouth/texttospeechconfigurationwidget.cpp')
-rw-r--r-- | kmouth/texttospeechconfigurationwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/texttospeechconfigurationwidget.cpp b/kmouth/texttospeechconfigurationwidget.cpp index f7fe16a..11ad5d9 100644 --- a/kmouth/texttospeechconfigurationwidget.cpp +++ b/kmouth/texttospeechconfigurationwidget.cpp @@ -31,8 +31,8 @@ #include <tqcheckbox.h> #include <kurlrequester.h> -TextToSpeechConfigurationWidget::TextToSpeechConfigurationWidget (TQWidget *parent, const char *name) - : texttospeechconfigurationui (parent, name) +TextToSpeechConfigurationWidget::TextToSpeechConfigurationWidget (TQWidget *tqparent, const char *name) + : texttospeechconfigurationui (tqparent, name) { ttsSystem = new TextToSpeechSystem(); |