Disable clipboardsharing in view only mode.
[kdenetwork.git] / kget / conf / dlgwebinterface.h
blobc165015ddcda871eb93469e1286d769c032439f7
1 /* This file is part of the KDE project
3 Copyright (C) 2008 Urs Wolfer <uwolfer @ kde.org>
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version.
9 */
11 #ifndef DLGWEBINTERFACE_H
12 #define DLGWEBINTERFACE_H
14 #include <QWidget>
16 #include "ui_dlgwebinterface.h"
18 class DlgWebinterface : public QWidget, public Ui::DlgWebinterface
20 Q_OBJECT
22 public:
23 DlgWebinterface(QWidget *parent = 0);
24 ~DlgWebinterface();
26 private Q_SLOTS:
27 void readConfig();
28 void saveSettings();
31 #endif