00001 /*************************************************************************** 00002 bookmarksdlg.cpp - description 00003 ------------------- 00004 begin : Wed Dec 1 1999 00005 copyright : (C) 1999 -2004 by llornkcor 00006 email : ljp@llornkcor.com 00007 ***************************************************************************/ 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 // QMessageBox::message( "Note", listItemNumber ); 00017 #include "bookmarksdlg.h" 00018 00019 00020 bookMarksDlg::bookMarksDlg(QWidget *parent,QString name) : QDialog(parent,name,true) 00021 { 00022 // initDialog(); 00023 00024 } 00025 00026 bookMarksDlg::~bookMarksDlg(){ 00027 } 00028 00029 void bookMarksDlg::doIt() 00030 { 00031 00032 00033 accept(); 00034 }
1.4.2