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.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/application.hpp') diff --git a/src/application.hpp b/src/application.hpp index ce4bbfd1..7d75af3a 100644 --- a/src/application.hpp +++ b/src/application.hpp @@ -11,15 +11,15 @@ #pragma once -#include "mainwindow/rekonqwindow.h" #include "rekonq.hpp" +#include "rekonqwindow.h" #include #include #include #include // Forward Declarations -class rView; +class RekonqView; class PluginLoader; // class WebTab; @@ -27,7 +27,7 @@ class PluginLoader; typedef QList> RekonqPluginList; typedef QList> RekonqWindowList; -typedef QList> RekonqViewList; +typedef QList> RekonqViewList; // --------------------------------------------------------------------------------------------------------------- @@ -75,7 +75,7 @@ public slots: * @param instanceId if the current instance, check QCoreApplication::arguments instead of @param message * @param message the command line */ - void parseCommandLine(int instanceId, const QByteArray &message); + void parseCommandLine(quint32 instanceId, const QByteArray &message); /** * Save application's configuration @@ -95,7 +95,7 @@ public slots: // RekonqWindow *newWindow(bool withTab = true, bool PrivateBrowsingMode = false); // RekonqWindow *newWindow(WebPage *pg); RekonqWindow *newWindow(); - rView *newView(const QUrl &url = QUrl(), RekonqWindow *window = nullptr); + RekonqView *newView(const QUrl &url = QUrl(), RekonqWindow *window = nullptr); // void createWebAppShortcut(const QString & urlString = QString(), const QString & titleString = QString()); -- cgit v1.2.1