summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/opentextdlg.h
Unidiff
Diffstat (limited to 'noncore/apps/dagger/opentextdlg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/dagger/opentextdlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/dagger/opentextdlg.h b/noncore/apps/dagger/opentextdlg.h
index 2b53410..9d909e2 100644
--- a/noncore/apps/dagger/opentextdlg.h
+++ b/noncore/apps/dagger/opentextdlg.h
@@ -13,24 +13,25 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
13You should have received a copy of the GNU General Public License along with this 13You should have received a copy of the GNU General Public License along with this
14file; see the file COPYING. If not, write to the Free Software Foundation, Inc., 14file; see the file COPYING. If not, write to the Free Software Foundation, Inc.,
1559 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1559 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16*/ 16*/
17 17
18#ifndef OPENTEXTDLG_H 18#ifndef OPENTEXTDLG_H
19#define OPENTEXTDLG_H 19#define OPENTEXTDLG_H
20 20
21#include <qdialog.h> 21#include <qdialog.h>
22#include <qlistview.h> 22#include <qlistview.h>
23 23
24#include <swmgr.h> 24#include <swmgr.h>
25#include <swmodule.h>
25 26
26class QPixmap; 27class QPixmap;
27 28
28class OpenTextDlg : public QDialog 29class OpenTextDlg : public QDialog
29{ 30{
30 Q_OBJECT 31 Q_OBJECT
31 32
32public: 33public:
33 OpenTextDlg( QWidget *parent = 0x0, sword::SWMgr *swordMgr = 0x0, QPixmap *bibleIcon = 0x0, 34 OpenTextDlg( QWidget *parent = 0x0, sword::SWMgr *swordMgr = 0x0, QPixmap *bibleIcon = 0x0,
34 QPixmap *commentaryIcon = 0x0, QPixmap *lexiconIcon = 0x0 ); 35 QPixmap *commentaryIcon = 0x0, QPixmap *lexiconIcon = 0x0 );
35 36
36 QString selectedText() { return m_textList.currentItem()->text( 1 ); }; 37 QString selectedText() { return m_textList.currentItem()->text( 1 ); };