Change QT to Qt

QT is commonly associated with QuickTime while the official spelling for the toolkit is Qt.
This commit is contained in:
Pascal Bach 2019-01-13 08:40:55 +00:00
parent 28e10fef5c
commit f3d9fbdb9a

View 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.