diff options
Diffstat (limited to 'libtdeedu/extdate/extdatetbl.h')
-rw-r--r-- | libtdeedu/extdate/extdatetbl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdeedu/extdate/extdatetbl.h b/libtdeedu/extdate/extdatetbl.h index de55408c..06aa0122 100644 --- a/libtdeedu/extdate/extdatetbl.h +++ b/libtdeedu/extdate/extdatetbl.h @@ -41,7 +41,7 @@ class KPopupMenu; class ExtDateInternalWeekSelector : public KLineEdit { Q_OBJECT - TQ_OBJECT + protected: TQIntValidator *val; int result; @@ -69,7 +69,7 @@ private: class ExtDateInternalMonthPicker : public TQGridView { Q_OBJECT - TQ_OBJECT + protected: /** * Store the month that has been clicked [1..12]. @@ -143,7 +143,7 @@ private: class ExtDateInternalYearSelector : public TQLineEdit { Q_OBJECT - TQ_OBJECT + protected: TQIntValidator *val; int result; @@ -180,7 +180,7 @@ private: class KPopupFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + protected: /** * The result. It is returned from exec() when the popup window closes. @@ -269,7 +269,7 @@ public: class ExtDateTable : public TQGridView { Q_OBJECT - TQ_OBJECT + //TQ_PROPERTY( ExtDate date READ getDate WRITE setDate ) TQ_PROPERTY( bool popupMenu READ popupMenuEnabled WRITE setPopupMenuEnabled ) |