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