diff options
Diffstat (limited to 'doc/khelpcenter/license/TDELicenseDlg.cpp')
-rw-r--r-- | doc/khelpcenter/license/TDELicenseDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/khelpcenter/license/TDELicenseDlg.cpp b/doc/khelpcenter/license/TDELicenseDlg.cpp index 2f65ecb68..a572389db 100644 --- a/doc/khelpcenter/license/TDELicenseDlg.cpp +++ b/doc/khelpcenter/license/TDELicenseDlg.cpp @@ -95,7 +95,7 @@ TDELicenseDlg::TDELicenseDlg(TQWidget *parent, const char *name) TQSizePolicy::Minimum); hboxBottom->addItem(spacerHBottom); KPushButton *okButton = new KPushButton(KStdGuiItem::ok(), this); - connect(okButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(accept())); + connect(okButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(accept())); okButton->setDefault(true); okButton->setFocus(); hboxBottom->addWidget(okButton); |