Source: kpsk/devicesdlg.h
|
|
|
|
/***************************************************************************
devicesdlg.h - description
-------------------
begin : Wed Sep 27 2000
copyright : (C) 2000 by Luc Langehegermann
email : luc@1409.org
***************************************************************************/
/***************************************************************************
* *
* 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 DEVICESDLG_H
#define DEVICESDLG_H
#include
#include
#include
/**
*@author Luc Langehegermann
*/
class devicesDlg : public KDialogBase {
Q_OBJECT
public:
devicesDlg(QWidget *parent=0, bool m=true, bool* c=NULL);
~devicesDlg();
private:
QLineEdit* audioEdit;
QLineEdit* PTTEdit;
bool restartmessage;
bool* cancel;
private slots: // Private slots
void slotOk();
void slotCancel();
};
#endif
Generated by: ernie on homer on Sun Oct 6 11:23:16 2002, using kdoc 2.0a53. |