summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kurlrequester.h
blob: 8b3919607a1a2e0318c4ffbb5f9701ef83691ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MINIKDE_KURLREQUESTER_H
#define MINIKDE_KURLREQUESTER_H

class KLineEdit;

class KURLRequester : public QWidget
{
  public:
    KURLRequester( QWidget *parent );

    KLineEdit *lineEdit();

  private:
    KLineEdit *mLineEdit;
};

#endif