summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/main.cpp')
-rw-r--r--examples/spectrum/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spectrum/app/main.cpp b/examples/spectrum/app/main.cpp
index af567a000..c776499dc 100644
--- a/examples/spectrum/app/main.cpp
+++ b/examples/spectrum/app/main.cpp
@@ -44,7 +44,7 @@
int main(int argc, char **argv)
{
QApplication app(argc, argv);
- app.setApplicationName("QtMultimediaKit spectrum analyzer");
+ app.setApplicationName("QtMultimedia spectrum analyzer");
MainWidget w;
w.show();