Disable clipboardsharing in view only mode.
[kdenetwork.git] / kget / conf / dlgwebinterface.cpp
bloba160ca0199ec6425bfe86d5ee03aadd39345262f
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 #include "dlgwebinterface.h"
13 #include "settings.h"
15 DlgWebinterface::DlgWebinterface(QWidget *parent)
16 : QWidget(parent)
18 setupUi(this);
20 readConfig();
23 DlgWebinterface::~DlgWebinterface()
27 void DlgWebinterface::readConfig()
31 void DlgWebinterface::saveSettings()
35 #include "dlgwebinterface.moc"