summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/opentextdlg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/dagger/opentextdlg.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dagger/opentextdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/dagger/opentextdlg.cpp b/noncore/apps/dagger/opentextdlg.cpp
index 8c94a4b..7fd5cde 100644
--- a/noncore/apps/dagger/opentextdlg.cpp
+++ b/noncore/apps/dagger/opentextdlg.cpp
@@ -17,7 +17,7 @@ file; see the file COPYING. If not, write to the Free Software Foundation, Inc.,
#include "opentextdlg.h"
-#include <qpe/resource.h>
+#include <qpe/applnk.h>
#include <qheader.h>
#include <qlayout.h>
@@ -35,7 +35,7 @@ OpenTextDlg::OpenTextDlg( QWidget *parent, sword::SWMgr *swordMgr, QPixmap *bibl
layout->addWidget( &m_textList );
m_textList.setRootIsDecorated( true );
- m_textList.addColumn( tr( "Icon" ),35 );
+ m_textList.addColumn( tr( "Icon" ) );
m_textList.addColumn( tr( "Text" ) );
m_textList.header()->hide();
m_textList.setAllColumnsShowFocus( true );