summaryrefslogtreecommitdiffstats
path: root/libkdepim/kdatepickerpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/kdatepickerpopup.h')
-rw-r--r--libkdepim/kdatepickerpopup.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libkdepim/kdatepickerpopup.h b/libkdepim/kdatepickerpopup.h
index 5b5aefcb..080bf498 100644
--- a/libkdepim/kdatepickerpopup.h
+++ b/libkdepim/kdatepickerpopup.h
@@ -21,8 +21,8 @@
#ifndef KDATEPICKERPOPUP_H
#define KDATEPICKERPOPUP_H
-#include <qdatetime.h>
-#include <qpopupmenu.h>
+#include <tqdatetime.h>
+#include <tqpopupmenu.h>
#include <kdepimmacros.h>
#include <kdatepicker.h>
@@ -34,7 +34,7 @@
The available items are:
- @li NoDate: A menu-item with "No Date". If choosen, the datepicker will emit a null QDate.
+ @li NoDate: A menu-item with "No Date". If choosen, the datepicker will emit a null TQDate.
@li DatePicker: Show a KDatePicker-widget.
@li Words: Show items like "Today", "Tomorrow" or "Next Week".
@@ -56,8 +56,8 @@ class KDE_EXPORT KDatePickerPopup: public QPopupMenu
@param parent The object's parent.
@param name The object's name.
*/
- KDatePickerPopup( int items = DatePicker, const QDate &date = QDate::currentDate(),
- QWidget *parent = 0, const char *name = 0 );
+ KDatePickerPopup( int items = DatePicker, const TQDate &date = TQDate::currentDate(),
+ TQWidget *parent = 0, const char *name = 0 );
/**
@return A pointer to the private variable mDatePicker, an instance of
@@ -65,7 +65,7 @@ class KDE_EXPORT KDatePickerPopup: public QPopupMenu
*/
KDatePicker *datePicker() const;
- void setDate( const QDate &date );
+ void setDate( const TQDate &date );
#if 0
/** Set items which should be shown and rebuilds the menu afterwards. Only if the menu is not visible.
@@ -82,10 +82,10 @@ class KDE_EXPORT KDatePickerPopup: public QPopupMenu
This signal emits the new date (selected with datepicker or other
menu-items).
*/
- void dateChanged ( QDate );
+ void dateChanged ( TQDate );
protected slots:
- void slotDateChanged ( QDate );
+ void slotDateChanged ( TQDate );
void slotToday();
void slotTomorrow();