summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/bookmarksdlg.h
blob: 8d99b2b6cc56325a2aa55e7eacca78bc9c547ea7 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/***************************************************************************
                          bookmarksdlg.h  -  description
                             -------------------
    begin                : Wed Dec 1 1999
    copyright            : (C) 1999 - 2004 by llornkcor
    email                : ljp@llornkcor.com
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef BOOKMARKSDLG_H
#define BOOKMARKSDLG_H

#include <qwidget.h>
#include <qlineedit.h>
#include <qmultilineedit.h>
#include <qlabel.h>
//#include <qlistbox.h>
#include <qpushbutton.h>
#include <qcombobox.h>
#include <qdialog.h>


class bookMarksDlg : public QDialog  {
   Q_OBJECT
public: 
	bookMarksDlg(QWidget *parent, QString name);
	~bookMarksDlg();

protected: 
//	void initDialog();
	QLineEdit *QLineEdit_1;
	QMultiLineEdit *QMultiLineEdit_1;
	QLabel *QLabel_1;
	QLabel *QLabel_2;
	QLabel *QLabel_3;
	QComboBox *QComboBox_1;
	QPushButton *QPushButton_Ok;
	QPushButton *QPushButton_cancel;
	

private:

protected slots:
	virtual void doIt();
};

#endif