summaryrefslogtreecommitdiffstats
path: root/ksirtet/ksirtet/field.h
blob: adbe31cd6ca1a415f74f4bc8633e39a9ceb306e8 (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
{
 Q_OBJECT
  TQ_OBJECT
 public:
    KSField(TQWidget *tqparent);

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

#endif