diff --git a/src/window.h b/src/window.h index 1720c3d5a7..78718737d0 100644 --- a/src/window.h +++ b/src/window.h @@ -386,10 +386,15 @@ class KWIN_EXPORT Window : public QObject /** * The Caption of the Window. Read from WM_NAME property together with a suffix for hostname and shortcut. - * To read only the caption as provided by WM_NAME, use the getter with an additional @c false value. + * To read only the caption as provided by WM_NAME, use @c captionNormal. */ Q_PROPERTY(QString caption READ caption NOTIFY captionChanged) + /** + * The Caption of the Window. Read from WM_NAME property. + */ + Q_PROPERTY(QString captionNormal READ captionNormal NOTIFY captionNormalChanged) + /** * Minimum size as specified in WM_NORMAL_HINTS */