mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
Rename: konsoleadaptors ==> windowadaptors
TODO: it is really better to move those dbus interfaces up into class MainWinow, which is more natural accroding to the '/Windows/N' naming schema
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <KConfigGroup>
|
||||
|
||||
// Konsole
|
||||
#include <konsoleadaptor.h>
|
||||
#include <windowadaptor.h>
|
||||
|
||||
#include "ColorScheme.h"
|
||||
#include "ColorSchemeManager.h"
|
||||
@@ -98,7 +98,8 @@ ViewManager::ViewManager(QObject* parent , KActionCollection* collection)
|
||||
SLOT(updateViewsForSession(Session*)));
|
||||
|
||||
//prepare DBus communication
|
||||
new KonsoleAdaptor(this);
|
||||
new WindowAdaptor(this);
|
||||
// TODO: remove this obsolete and bad name
|
||||
QDBusConnection::sessionBus().registerObject(QLatin1String("/Konsole"), this);
|
||||
|
||||
_managerId = ++lastManagerId;
|
||||
|
||||
Reference in New Issue
Block a user