From c981ba005ccfff90029903300db47c6b9593d84c Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Sat, 2 Mar 2002 21:05:35 +0000 Subject: [PATCH] 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 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 37a703497a..befabb0242 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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 #endif