summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/speech/hello_speak/mainwindow.h')
-rw-r--r--examples/speech/hello_speak/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/speech/hello_speak/mainwindow.h b/examples/speech/hello_speak/mainwindow.h
index eef4057..da1b8f9 100644
--- a/examples/speech/hello_speak/mainwindow.h
+++ b/examples/speech/hello_speak/mainwindow.h
@@ -83,7 +83,7 @@ public slots:
private:
Ui::MainWindow ui;
QTextToSpeech *m_speech;
- QVector<QVoice> m_voices;
+ QList<QVoice> m_voices;
};
#endif