summaryrefslogtreecommitdiffabout
path: root/microkde/krestrictedline.h
blob: 200546c3c4a4aeac2c2d76fc32b39785e4dde77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MINIKDE_KRESTRICTEDLINE_H
#define MINIKDE_KRESTRICTEDLINE_H

#include "klineedit.h"

class KRestrictedLine : public KLineEdit
{
  public:
    KRestrictedLine( QWidget *parent, const char *, const QString & ) :
        KLineEdit( parent ) {}
};

#endif