]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/windows/BrowserWindow.h
Enable opening links in new windows.
[PrivacyBrowserPC.git] / src / windows / BrowserWindow.h
index f880cc8f4903b2b63beea736f7614dc4fb3e4fb4..a131a4484e02f52d5d20e0669e7780b01e212124 100644 (file)
@@ -40,7 +40,7 @@ class BrowserWindow : public KXmlGuiWindow
 
 public:
     // The default constructor.
-    BrowserWindow();
+    BrowserWindow(bool firstWindow=true);
 
     // The public functions.
     QSize sizeHint() const override;
@@ -81,6 +81,7 @@ private Q_SLOTS:
     void updateSearchEngineLabel(const QString &searchEngineString) const;
     void updateUrlLineEdit(const QUrl &newUrl);
     void updateUserAgentLabel(const QString &userAgentDatabaseName) const;
+    void updateWindowTitle(const QString &title);
 
 private:
     // The private variables.