summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp')
-rw-r--r--src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp b/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp
index 392db80..2702a3d 100644
--- a/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp
+++ b/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Speech module of the Qt Toolkit.
@@ -37,7 +37,7 @@
#include "qtexttospeech_speechd_plugin.h"
#include "qtexttospeech_speechd.h"
-QTextToSpeechEngine *QTextToSpeechPluginSpeechd::createTextToSpeechEngine(const QVariantMap &parameters, QObject *parent, QString *errorString) const
+QTextToSpeechEngine *QTextToSpeechSpeechdPlugin::createTextToSpeechEngine(const QVariantMap &parameters, QObject *parent, QString *errorString) const
{
Q_UNUSED(errorString);
return new QTextToSpeechEngineSpeechd(parameters, parent);