summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stockticker/inputDialog.h
blob: d7ff94c415e0a3289ef036e7b0100aba976054fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

#ifndef INPUTDIALOG_H
#define INPUTDIALOG_H

#include <opie2/oprocess.h>

#include <qvariant.h>
#include <qdialog.h>
#include <qmainwindow.h>

class QLineEdit;
class QCheckBox;

class InputDialog : public  QMainWindow {
    Q_OBJECT

public:
    InputDialog(  );
    ~InputDialog();

private:
    QLineEdit* LineEdit1;
private slots:
    void doLookup();
    void showBrowser(Opie::Core::OProcess*);
protected slots:

};

#endif // INPUTDIALOG_H