s/KShortcut/QKeySequence - commented out code ATM

wilder-portage
Kurt Hindenburg 11 years ago
parent 4885ca763e
commit 7ae2140235
  1. 2
      src/Application.cpp
  2. 1
      src/MainWindow.cpp

@ -453,7 +453,7 @@ void Application::startBackgroundMode(MainWindow* window)
QAction * action = collection->addAction("toggle-background-window");
action->setObjectName(QLatin1String("Konsole Background Mode"));
action->setText(i18n("Toggle Background Window"));
action->setGlobalShortcut(KShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_F12)));
action->setGlobalShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_F12)));
connect(action, &QAction::triggered, this, &Application::toggleBackgroundInstance);
*/

@ -42,7 +42,6 @@
#include <KNotifyConfigWidget>
#include <KConfigDialog>
#include <KApplication>
#include <KShortcut>
#include <KIconLoader>
// Konsole

Loading…
Cancel
Save