summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stockticker/inputDialog.h
blob: 15c2f221ba13ab885dbba3df8d8acd711addaa7b (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

#ifndef INPUTDIALOG_H
#define INPUTDIALOG_H

#include <qvariant.h>
#include <qdialog.h>
#include <qmainwindow.h>
#include <opie/oprocess.h>

class QLineEdit;
class QCheckBox;

class InputDialog : public  QMainWindow {
    Q_OBJECT

public:
    InputDialog(  );
    ~InputDialog();
    
private:
    QLineEdit* LineEdit1;
private slots:
    void doLookup();
    void showBrowser(OProcess*); 
protected slots:
    
};

#endif // INPUTDIALOG_H