summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp34
1 files changed, 34 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp b/noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp
new file mode 100644
index 0000000..ba042c6
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp
@@ -0,0 +1,34 @@
+/***************************************************************************
+ bookmarksdlg.cpp - 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. *
+ * *
+ ***************************************************************************/
+// QMessageBox::message( "Note", listItemNumber );
+#include "bookmarksdlg.h"
+
+
+bookMarksDlg::bookMarksDlg(QWidget *parent,QString name) : QDialog(parent,name,true)
+{
+// initDialog();
+
+}
+
+bookMarksDlg::~bookMarksDlg(){
+}
+
+void bookMarksDlg::doIt()
+{
+
+
+ accept();
+}