1 /* This file is part of the KDE project
3 Copyright (C) 2007 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.
11 #ifndef DLGDIRECTORIES_H
12 #define DLGDIRECTORIES_H
16 #include "ui_dlgdirectories.h"
20 class DlgDirectories
: public QWidget
, public Ui::DlgDirectories
25 DlgDirectories(QWidget
*parent
= 0);
31 void addButtonClicked();
32 void removeButtonClicked();
33 void changeButtonClicked();
34 void listItemClicked(const QItemSelection
&selected
, const QItemSelection
&deselected
);
35 void addFolderForExtensionItem(const QString
&extension
, const QString
&folder
);
36 void slotExtensionDataChanged(int row
, int column
);