summaryrefslogtreecommitdiffstats
path: root/kfouleggs/field.h
blob: 9eed0ebd45260b1185f6639f779d1c62b1172686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef FE_FIELD_H
#define FE_FIELD_H

#include "common/field.h"
#include "common/misc_ui.h"


class FEField : public Field
{
 Q_OBJECT
  TQ_OBJECT
 public:
    FEField(TQWidget *parent);

 private slots:
    virtual void removedUpdated();
    void settingsChanged();
};

#endif