summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/helpme.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/helpme.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/helpme.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/helpme.h b/noncore/apps/opie-gutenbrowser/helpme.h
new file mode 100644
index 0000000..f39ca2c
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/helpme.h
@@ -0,0 +1,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