Backport bugfix to #86269.

svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=405303
wilder-work
Hasso Tepper 21 years ago
parent 63bee87105
commit 29f0ff34e8
  1. 2
      configuredialog.cpp

@ -1996,6 +1996,8 @@ AppearancePageHeadersTab::AppearancePageHeadersTab( QWidget * parent, const char
mCustomDateFormatEdit->setEnabled( false );
connect( radio, SIGNAL(toggled(bool)),
mCustomDateFormatEdit, SLOT(setEnabled(bool)) );
connect( mCustomDateFormatEdit, SIGNAL(textChanged(const QString&)),
this, SLOT(slotEmitChanged(void)) );
QString customDateWhatsThis =
i18n("<qt><p><strong>These expressions may be used for the date:"
"</strong></p>"

Loading…
Cancel
Save