From: Pino Toscano Date: Tue, 20 Sep 2005 13:16:36 +0000 (+0000) Subject: Made simpleDateFormat() public, as other classes call it. X-Git-Tag: v3.80.2~312 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=f71ff7d301e71e9dbbdb2f5617246cf22b825b3e;p=libqmvoc.git 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 --- 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;