summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum/app/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/spectrum/app/engine.h')
-rw-r--r--examples/multimedia/spectrum/app/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/multimedia/spectrum/app/engine.h b/examples/multimedia/spectrum/app/engine.h
index f3ca5c97a..014492869 100644
--- a/examples/multimedia/spectrum/app/engine.h
+++ b/examples/multimedia/spectrum/app/engine.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
@@ -68,7 +68,7 @@ class QAudioOutput;
QT_END_NAMESPACE
/**
- * This class interfaces with the QtMultimedia audio classes, and also with
+ * This class interfaces with the Qt Multimedia audio classes, and also with
* the SpectrumAnalyser class. Its role is to manage the capture and playback
* of audio data, meanwhile performing real-time analysis of the audio level
* and frequency spectrum.