diff options
Diffstat (limited to 'kicker-applets/kbinaryclock/datepicker.h')
-rw-r--r-- | kicker-applets/kbinaryclock/datepicker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/kbinaryclock/datepicker.h b/kicker-applets/kbinaryclock/datepicker.h index b21cafe..d83b8a0 100644 --- a/kicker-applets/kbinaryclock/datepicker.h +++ b/kicker-applets/kbinaryclock/datepicker.h @@ -29,8 +29,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. class TQDate; class KDatePicker; -#define DATEPICKER_INHERITED QVBox -class DatePicker : public QVBox +#define DATEPICKER_INHERITED TQVBox +class DatePicker : public TQVBox { public: DatePicker(TQWidget*, const TQDate&); |