display the date selected with the calendar widget, it is not for user
entry.
BUG: 113465
svn path=/branches/KDE/3.5/kdeedu/libkdeedu/; revision=501479
setFontSize(fontsize);
line->setValidator(val);
line->installEventFilter( this );
+ line->setReadOnly( true );
+
if ( QApplication::reverseLayout() )
{
yearForward->setIconSet(BarIconSet(QString::fromLatin1("2leftarrow")));
#include "extdatetime.h"
-class QLineEdit;
+class KLineEdit;
class QToolButton;
class ExtDateValidator;
class ExtDateTable;
/// the button for selecting the year directly
QToolButton *selectYear;
/// the line edit to enter the date directly
- QLineEdit *line;
+ KLineEdit *line;
/// the validator for the line edit:
ExtDateValidator *val;
/// the date table