summaryrefslogtreecommitdiffstats
path: root/src/window-lib/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-lib/window.cpp')
-rw-r--r--src/window-lib/window.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window-lib/window.cpp b/src/window-lib/window.cpp
index 13bc7053..6598b8b4 100644
--- a/src/window-lib/window.cpp
+++ b/src/window-lib/window.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Luxoft Application Manager.
+** This file is part of the Qt Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
@@ -185,7 +185,7 @@
*/
QT_BEGIN_NAMESPACE_AM
-Window::Window(AbstractApplication *app)
+Window::Window(Application *app)
: QObject()
, m_application(app)
{
@@ -196,7 +196,7 @@ Window::~Window()
emit _windowDestroyed();
}
-AbstractApplication *Window::application() const
+Application *Window::application() const
{
return m_application;
}