X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fmainwindow.h;fp=src%2Fmainwindow.h;h=0000000000000000000000000000000000000000;hb=8e2e267828a6fbd7ed9950204c50a100e3f413fa;hp=588ac9ed3b19ba429178473838da893450b1b9fe;hpb=aca3bbeca7fee2ff50918a9d09a41be4edf1140c;p=PrivacyBrowserPC.git diff --git a/src/mainwindow.h b/src/mainwindow.h deleted file mode 100644 index 588ac9e..0000000 --- a/src/mainwindow.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright © 2022 Soren Stoutner . - * - * This file is part of Privacy Browser PC . - * - * Privacy Browser PC is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Privacy Browser PC is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Privacy Browser PC. If not, see . - */ - -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -// KDE Frameworks headers. -#include - -class MainWindow : public KXmlGuiWindow -{ - // Include the Q_OBJECT macro. - Q_OBJECT - -public: - // The default constructor. - MainWindow(); - -private Q_SLOTS: - // Define the private slots. - void fileNew(); - void settingsConfigure(); -}; -#endif