summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/helpme.h
blob: f39ca2cdad17ffacfd9d63a9912e83c66c1b3eb8 (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
56
57
58
59
60
/***************************************************************************
                          helpme.h  -  description
                             -------------------
    begin                : Sat Dec 4 1999
    begin                : Tue Jul 25 2000
    copyright            : (C) 2000 -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 HELPME_H
#define HELPME_H

#include "gutenbrowser.h"
#include <qmultilineedit.h>
//#include "CConfigFile.h"
//#include <kprocess.h>
//#include <kprogress.h>
#include <qdialog.h>
#include <qprogressdialog.h>
#include <qwidget.h>


/**
  *@author llornkcor
  */

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

// KProgress *progressBar;
  QString url;
  QLabel  *label;
QLabel  *QTlabel;
//    CConfigFile *config;
    QString local_library;

private slots:
  void goToURL(); 
  void goToURL2();
  void goToURL3();
  void help();
  void goGetit( QString url);
 private:
  QMultiLineEdit* Edit;


};

#endif