mirror of
https://github.com/KDE/konsole.git
synced 2026-04-29 10:16:54 -04:00
Port to KF5/Qt5
TerminalDisplayAccessible is disabled for Qt5 currently since I don't have any experience with accessible stuff and it is more complicated than just changing a few includes REVIEW: 111937
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#include <KShell>
|
||||
#include <KBookmarkMenu>
|
||||
#include <KStandardDirs>
|
||||
#include <KLocalizedString>
|
||||
#include <KMenu>
|
||||
|
||||
// Konsole
|
||||
#include "ViewProperties.h"
|
||||
@@ -38,7 +40,7 @@
|
||||
using namespace Konsole;
|
||||
|
||||
BookmarkHandler::BookmarkHandler(KActionCollection* collection,
|
||||
KMenu* menu,
|
||||
QMenu* menu,
|
||||
bool toplevel,
|
||||
QObject* parent)
|
||||
: QObject(parent),
|
||||
|
||||
Reference in New Issue
Block a user