X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fmainwindow.h;h=588ac9ed3b19ba429178473838da893450b1b9fe;hp=3e48bd43175724140485703a11fedc779baee341;hb=255215b082091aaadd5ef24cfc0880cd81e42272;hpb=153c5c0d60eaf3185cb4419032fb0fdaeb78907c diff --git a/src/mainwindow.h b/src/mainwindow.h index 3e48bd4..588ac9e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -20,15 +20,9 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -// Application headers. -#include "settings.h" -#include "ui_settings.h" - // KDE Frameworks headers. #include -class MainView; - class MainWindow : public KXmlGuiWindow { // Include the Q_OBJECT macro. @@ -42,10 +36,5 @@ private Q_SLOTS: // Define the private slots. void fileNew(); void settingsConfigure(); - -private: - // Define the private variables. - Ui::Settings settingsWidget; - MainView *mainViewPointer; }; #endif