/* This file is part of the KDE project Copyright (C) 2006 Manolo Valdes This program 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 2 of the License, or (at your option) any later version. */ #ifndef DLGMULTISEGKIO_H #define DLGMULTISEGKIO_H #include "ui_dlgmultisegkio.h" #include class DlgSettingsWidget : public KCModule { Q_OBJECT public: explicit DlgSettingsWidget(QWidget * parent = 0, const QVariantList &args = QVariantList()); ~DlgSettingsWidget(); public slots: virtual void save(); virtual void load(); private: Ui::DlgMultiSeg ui; }; #endif // DLGMULTISEGKIO_H