ossp-pkg/as/as-gui/as_gui.h 1.65 -> 1.66
--- as_gui.h 2003/01/29 17:05:31 1.65
+++ as_gui.h 2003/01/30 14:36:01 1.66
@@ -57,6 +57,7 @@
#include "as_pref.h" // For class Preferences
#include "as_amount.h" // For class AmountBox
#include "as_table.h" // For class TiTable
+#include "as_datedit.h" // For class Daydatedit
// Intentional no operation
#define TITRAQ_NOP ((void)0)
@@ -137,14 +138,13 @@
QStringList *m_pTaskentries;
// Edition widgets
- QDate *m_pDatezero; // Hack to store empty date
QLabel *m_pStatusedit; // Control to show entry status
QLineEdit *m_pLineedit; // Control to line number
QLineEdit *m_pUseredit; // Control to edit user name
QLineEdit *m_pGuidedit; // Control to edit GUID
QLineEdit *m_pCrcedit; // Control to edit CRC
QLineEdit *m_pRevedit; // Control to edit revision
- QDateEdit *m_pDateedit; // Control to edit date
+ Daydatedit *m_pDateedit; // Control to edit date
QTimeEdit *m_pStarttime; // Control to edit start time
QTimeEdit *m_pEndtime; // Control to edit finish time
AmountBox *m_pAmount; // Control to edit total time
|
|