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

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


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

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

#endif