1 /***************************************************************************
2 componentchooserterminal.h - description
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 _COMPONENTCHOOSERTERMINAL_H_
17 #define _COMPONENTCHOOSERTERMINAL_H_
19 #include "ui_terminalemulatorconfig_ui.h"
20 #include "componentchooser.h"
24 class CfgTerminalEmulator
: public QWidget
, public Ui::TerminalEmulatorConfig_UI
, public CfgPlugin
28 CfgTerminalEmulator(QWidget
*parent
);
29 virtual ~CfgTerminalEmulator();
30 virtual void load(KConfig
*cfg
);
31 virtual void save(KConfig
*cfg
);
32 virtual void defaults();
35 void selectTerminalApp();