fixed spelling error. QT is quick time video, the beloved toolkit is

spelled Qt (note the lowercase 't')

svn path=/trunk/kdebase/kwin/; revision=140332
This commit is contained in:
Matthias Ettrich 2002-03-02 21:05:35 +00:00
parent 83f58ed248
commit c981ba005c

View file

@ -56,7 +56,7 @@ const int XIconicState = IconicState;
// Possible protoypes for select() were hidden as `kwin_hide_select.
// Undo the hiding definition and defines an acceptable prototype.
// This is how QT does this. It should work where QT works.
// This is how Qt does this. It should work where Qt works.
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif