Fix UI
[kdenetwork.git] / kget / dlgDirectories.h
blobdeb403e32ea57cbb289cc254eb1f3af395a8e5f7
1 /***************************************************************************
2 * dlgDirectories.h
3 * -------------------
5 * Revision : $Id$
6 * begin : Tue Jan 29 2002
7 * copyright : (C) 2002 by Patrick Charbonnier
8 * : Based On Caitoo v.0.7.3 (c) 1998 - 2000, Matej Koss
9 * email : pch@freeshell.org
11 ****************************************************************************/
13 /***************************************************************************
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 ***************************************************************************/
28 #ifndef _DLGDIRECTORIES_H
29 #define _DLGDIRECTORIES_H
31 #include "dlgdirectoriesbase.h"
33 class DlgDirectories : public DlgDirectoriesBase
36 Q_OBJECT
38 public:
40 DlgDirectories(QWidget * parent);
41 ~DlgDirectories() {}
42 void applyData();
43 void setData();
45 signals:
46 void configChanged();
48 protected slots:
49 void selectEntry(QListViewItem * item);
50 void addEntry();
51 void deleteEntry();
52 void changeEntry();
54 void upEntry();
55 void downEntry();
56 void slotDirectoryChanged( );
57 protected:
58 void updateUpDown();
62 #endif // _DLGDIRECTORIES_H