From f71ff7d301e71e9dbbdb2f5617246cf22b825b3e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 20 Sep 2005 13:16:36 +0000 Subject: [PATCH] Made simpleDateFormat() public, as other classes call it. If this solution isn't good, feel free to change it. CCMAIL: kstars@30doradus.org svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=462245 --- extdate/extdatetimeedit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extdate/extdatetimeedit.h b/extdate/extdatetimeedit.h index 65875e7..d30d9f1 100644 --- a/extdate/extdatetimeedit.h +++ b/extdate/extdatetimeedit.h @@ -196,7 +196,7 @@ class ExtDateEdit : public QSpinBox { */ void slotRefreshHighlight(); - private: + public: /** *@short Convert the KDE date format for internal use. * @@ -213,6 +213,7 @@ class ExtDateEdit : public QSpinBox { */ QString simpleDateFormat(); + private: uchar ActiveField; // 0==day; 1==month; 2==year ExtDate m_Date; QString m_DateFormat; -- 2.47.3