diff options
Diffstat (limited to 'kdeui/kdatepicker.h')
-rw-r--r-- | kdeui/kdatepicker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kdatepicker.h b/kdeui/kdatepicker.h index 5708b5bd2..2a52d0ee2 100644 --- a/kdeui/kdatepicker.h +++ b/kdeui/kdatepicker.h @@ -136,7 +136,7 @@ public: /** * By calling this method with @p enable = true, KDatePicker will show * a little close-button in the upper button-row. Clicking the - * close-button will cause the KDatePicker's tqtopLevelWidget()'s close() + * close-button will cause the KDatePicker's topLevelWidget()'s close() * method being called. This is mostly useful for toplevel datepickers * without a window manager decoration. * @see hasCloseButton |