Show invite menu in wlm chat window immediately
[kdenetwork.git] / kget / transfer-plugins / multisegmentkio / dlgmultisegkio.h
blob5f4113eb3f8f6a3aad9f7277172e0570f30cfe2c
1 /* This file is part of the KDE project
3 Copyright (C) 2006 Manolo Valdes <nolis71cu@gmail.com>
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 DLGMULTISEGKIO_H
12 #define DLGMULTISEGKIO_H
14 #include "ui_dlgmultisegkio.h"
16 #include <KCModule>
18 class DlgSettingsWidget : public KCModule
20 Q_OBJECT
21 public:
22 explicit DlgSettingsWidget(QWidget * parent = 0, const QVariantList &args = QVariantList());
23 ~DlgSettingsWidget();
25 public slots:
26 virtual void save();
27 virtual void load();
29 private:
30 Ui::DlgMultiSeg ui;
33 #endif // DLGMULTISEGKIO_H