diff options
Diffstat (limited to 'knotes/main.cpp')
-rw-r--r-- | knotes/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/main.cpp b/knotes/main.cpp index 8b85abe3..5413b50d 100644 --- a/knotes/main.cpp +++ b/knotes/main.cpp @@ -48,7 +48,7 @@ void remove_sm_from_client_leader() TQWidget w; KXErrorHandler handler; // ignore X errors status = XGetWindowProperty( tqt_xdisplay(), w.winId(), atoms[ 0 ], 0, 10000, - FALSE, XA_WINDOW, &type, &format, + false, XA_WINDOW, &type, &format, &nitems, &extra, &data ); if (status == Success && !handler.error( false )) |