summaryrefslogtreecommitdiff
path: root/library/datebookmonth.h
Side-by-side diff
Diffstat (limited to 'library/datebookmonth.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/datebookmonth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/datebookmonth.h b/library/datebookmonth.h
index cb436a8..46b02c8 100644
--- a/library/datebookmonth.h
+++ b/library/datebookmonth.h
@@ -152,2 +152,3 @@ class DateBookMonth : public QVBox
public:
+ /* ac = Auto Close */
DateBookMonth( QWidget *parent = 0, const char *name = 0, bool ac = FALSE,
@@ -158,2 +159,3 @@ public:
signals:
+ /* ### FIXME add a signal with QDate -zecke */
void dateClicked( int year, int month, int day );