1 /***************************************************************************
2 componentchooserbrowser.h
4 copyright : (C) 2002 by Joseph Wenninger
6 ***************************************************************************/
8 /***************************************************************************
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License version 2 as *
12 * published by the Free Software Foundationi *
14 ***************************************************************************/
16 #ifndef COMPONENTCHOOSERBROWSER_H
17 #define COMPONENTCHOOSERBROWSER_H
19 #include "ui_browserconfig_ui.h"
20 #include "componentchooser.h"
22 class CfgBrowser
: public QWidget
, public Ui::BrowserConfig_UI
, public CfgPlugin
26 CfgBrowser(QWidget
*parent
);
27 virtual ~CfgBrowser();
28 virtual void load(KConfig
*cfg
);
29 virtual void save(KConfig
*cfg
);
30 virtual void defaults();
39 QString m_browserExec
;
40 KService::Ptr m_browserService
;
43 #endif /* COMPONENTCHOOSERBROWSER_H */