Source: klineakconfig/klineakpreferences.h
|
|
|
|
/***************************************************************************
klineakpreferences.cpp - description
-------------------
begin : Fri Jul 26 2002
copyright : (C) 2002 by Sheldon Lee Wen
email : leewsb@hotmail.com
***************************************************************************/
/***************************************************************************
* *
* 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 KLINEAKPREFERENCES_H
#define KLINEAKPREFERENCES_H
#include
#include
#include
#include "klineakpreferencesui.h"
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class KPushButton;
class QCheckBox;
class QGroupBox;
class QLabel;
class QLineEdit;
class KlineakPreferences : public KlineakPreferencesUI
{
Q_OBJECT
public:
KlineakPreferences( QWidget* parent = 0, const char* name = 0 );
~KlineakPreferences();
public slots:
virtual void slotBtnOK();
virtual void slotBtnDefaults();
virtual void slotContributeEmail(const QString&);
virtual void slotchkLeds();
virtual void startLeds();
virtual void stopLeds();
protected:
KProcess leds;
public slots: // Public slots
/** User toggled Run kkeyled after exit button. */
virtual void slotRunKkeyled();
public slots: // Public slots
/** User toggled Run Lineakd after exit checkbox. */
virtual void slotRunLineakd();
};
#endif // KLINEAKPREFERENCES_H
Generated by: sheldonl on shugaru on Thu Oct 10 23:58:14 2002, using kdoc 2.0a53. |