mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kdeui: remove forward-declaration of now non-existing KCalendarWidgetPrivate class
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8bea5c9837
commit
b323e4a95d
2 changed files with 1 additions and 3 deletions
|
@ -49,7 +49,7 @@ KSwitchLanguageDialog::KSwitchLanguageDialog(QWidget *parent)
|
|||
{
|
||||
setCaption(i18n("Switch Application Language"));
|
||||
setButtons(KDialog::Ok | KDialog::Cancel | KDialog::Default);
|
||||
setDefaultButton(Ok);
|
||||
setDefaultButton(KDialog::Ok);
|
||||
|
||||
connect(this, SIGNAL(okClicked()), SLOT(slotOk()));
|
||||
connect(this, SIGNAL(defaultClicked()), SLOT(slotDefault()));
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
#include <QCalendarWidget>
|
||||
#include <QEvent>
|
||||
|
||||
class KCalendarWidgetPrivate;
|
||||
|
||||
/*!
|
||||
Class to pick a date.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue