Change QT to Qt
authorPascal Bach <pascal.bach@nextrem.ch>
Sun, 13 Jan 2019 08:40:55 +0000 (08:40 +0000)
committerPascal Bach <pascal.bach@nextrem.ch>
Sun, 13 Jan 2019 08:40:55 +0000 (08:40 +0000)
QT is commonly associated with QuickTime while the official spelling for the toolkit is Qt.

markdown/tutorials/basic/toolkit-integration.md

index afb9691..83a379c 100644 (file)
@@ -26,7 +26,7 @@ In particular, you will learn:
 
 We are going to build a media player using the
 [GTK+](http://www.gtk.org/) toolkit, but the concepts apply to other
-toolkits like [QT](http://qt-project.org/), for example. A minimum
+toolkits like [Qt](http://qt-project.org/), for example. A minimum
 knowledge of [GTK+](http://www.gtk.org/) will help understand this
 tutorial.