diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
commit | 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch) | |
tree | 7aca707994f0758ad30d3bcc0041d5b246f2269e /libtdeedu/extdate/extdatetbl.h | |
parent | 84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff) | |
download | tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip |
Remove spurious TQ_OBJECT instances
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 ) |