From a7465aa35b4efd3bfc4bbd9be4d1572d25a05bb2 Mon Sep 17 00:00:00 2001 From: aqua Date: Sat, 27 Aug 2022 15:27:37 +0300 Subject: Rename rView to RekonqView - move rview.hpp to include/ - move src/mainwindow/* to src/ --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 126eb020..be4bb4fc 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -347,7 +347,7 @@ RekonqWindow *Application::newWindow() return window; } -rView *Application::newView(const QUrl &url, RekonqWindow *window) +RekonqView *Application::newView(const QUrl &url, RekonqWindow *window) { RekonqPluginInterface *interface = nullptr; for (const auto &plugin : m_plugins) -- cgit v1.2.1