summaryrefslogtreecommitdiffstats
path: root/kfouleggs/field.h
blob: 59cdcee822d5d4d5bb9248e7eee1c5e749348d4c (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 *tqparent);

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

#endif