diff --git a/src/plugins/clearcase/activityselector.cpp b/src/plugins/clearcase/activityselector.cpp index c7dbf9d03e22748d7e0ac6038d45c5de53020944..62b2ea10a7432c197351477660041c20a9903af3 100644 --- a/src/plugins/clearcase/activityselector.cpp +++ b/src/plugins/clearcase/activityselector.cpp @@ -67,9 +67,7 @@ ActivitySelector::ActivitySelector(QWidget *parent) : btnAdd->setText(addText); hboxLayout->addWidget(btnAdd); -#ifndef QT_NO_SHORTCUT lblActivity->setBuddy(m_cmbActivity); -#endif // QT_NO_SHORTCUT connect(btnAdd, SIGNAL(clicked()), this, SLOT(newActivity())); diff --git a/src/plugins/clearcase/clearcaseplugin.cpp b/src/plugins/clearcase/clearcaseplugin.cpp index a5cc881e7200a798a4f232526c27205dc438f9e4..91595985437647d73cf8b4f927ee8e0318636626 100644 --- a/src/plugins/clearcase/clearcaseplugin.cpp +++ b/src/plugins/clearcase/clearcaseplugin.cpp @@ -1742,9 +1742,7 @@ bool ClearCasePlugin::ccFileOp(const QString &workingDir, const QString &title, buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout->addWidget(buttonBox); -#ifndef QT_NO_SHORTCUT commentLabel->setBuddy(commentEdit); -#endif // QT_NO_SHORTCUT connect(buttonBox, SIGNAL(accepted()), &fileOpDlg, SLOT(accept())); connect(buttonBox, SIGNAL(rejected()), &fileOpDlg, SLOT(reject()));