summaryrefslogtreecommitdiffstats
path: root/kfouleggs/field.h
blob: de04373854662c353b4d494f013946fbfd75f7b1 (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
{
 TQ_OBJECT
  
 public:
    FEField(TQWidget *parent);

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

#endif