00001 /*************************************************************************** 00002 tagsdlg.h - description 00003 ------------------- 00004 begin : Fri Oct 10 23:53:49 CEST 2003 00005 copyright : (C) 2003 by Heiko Köhler 00006 email : heicom@users.sourceforge.net 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #include "ui/tagsdialog.h" 00019 00021 class TagsDlg : public TagsDialog 00022 { 00023 Q_OBJECT 00024 public: 00025 TagsDlg(QWidget *parent=0, const char *name=0); 00027 QString dir(); 00029 bool recursive(); 00030 protected slots: 00031 void slotOkClicked(); 00032 void slotDirButtonClicked(); 00033 };