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:
parent
83f58ed248
commit
c981ba005c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue