summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/bookmarksdlg.cpp
Unidiff
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 @@
1/***************************************************************************
2 bookmarksdlg.cpp - description
3 -------------------
4 begin : Wed Dec 1 1999
5 copyright : (C) 1999 -2004 by llornkcor
6 email : ljp@llornkcor.com
7 ***************************************************************************/
8 /***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
14 * *
15 ***************************************************************************/
16// QMessageBox::message( "Note", listItemNumber );
17#include "bookmarksdlg.h"
18
19
20bookMarksDlg::bookMarksDlg(QWidget *parent,QString name) : QDialog(parent,name,true)
21{
22 //initDialog();
23
24}
25
26bookMarksDlg::~bookMarksDlg(){
27}
28
29void bookMarksDlg::doIt()
30{
31
32
33 accept();
34}