diff options
Diffstat (limited to 'kalarm/latecancel.h')
-rw-r--r-- | kalarm/latecancel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/latecancel.h b/kalarm/latecancel.h index 04d08d62f..5b9146489 100644 --- a/kalarm/latecancel.h +++ b/kalarm/latecancel.h @@ -54,8 +54,8 @@ class LateCancelSelector : public QFrame void slotToggled(bool); private: - TQBoxLayout* mLayout; // overall layout for the widget - TQWidgetStack* mStack; // contains mCheckboxFrame and mTimeSelectorFrame + TQBoxLayout* mLayout; // overall tqlayout for the widget + TQWidgetStack* mStack; // tqcontains mCheckboxFrame and mTimeSelectorFrame TQFrame* mCheckboxFrame; CheckBox* mCheckbox; // displayed when late cancellation is not selected TQFrame* mTimeSelectorFrame; |