]> Git trees. - libqmvoc.git/commitdiff
Made simpleDateFormat() public, as other classes call it.
authorPino Toscano <pino@kde.org>
Tue, 20 Sep 2005 13:16:36 +0000 (13:16 +0000)
committerPino Toscano <pino@kde.org>
Tue, 20 Sep 2005 13:16:36 +0000 (13:16 +0000)
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

index 65875e7210dd95feafb68e4d4a4f6c62a0c64b41..d30d9f126b59292cdadc489f20e212142c73d21a 100644 (file)
@@ -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;