summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/searchmethoddlg.cpp
Unidiff
Diffstat (limited to 'noncore/apps/odict/searchmethoddlg.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/searchmethoddlg.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/apps/odict/searchmethoddlg.cpp b/noncore/apps/odict/searchmethoddlg.cpp
index 8ed7152..abe2966 100644
--- a/noncore/apps/odict/searchmethoddlg.cpp
+++ b/noncore/apps/odict/searchmethoddlg.cpp
@@ -13,12 +13,15 @@
13 * the Free Software Foundation; either version 2 of the License, or * 13 * the Free Software Foundation; either version 2 of the License, or *
14 * ( at your option ) any later version. * 14 * ( at your option ) any later version. *
15 * * 15 * *
16 **************************************************************************/ 16 **************************************************************************/
17#include "searchmethoddlg.h" 17#include "searchmethoddlg.h"
18 18
19#include <opie2/ofileselector.h>
20#include <opie2/ofiledialog.h>
21
19#include <qpe/config.h> 22#include <qpe/config.h>
20#include <qpe/qpeapplication.h> 23#include <qpe/qpeapplication.h>
21 24
22#include <qdialog.h> 25#include <qdialog.h>
23#include <qlayout.h> 26#include <qlayout.h>
24#include <qhbox.h> 27#include <qhbox.h>
@@ -26,14 +29,14 @@
26#include <qlabel.h> 29#include <qlabel.h>
27#include <qpushbutton.h> 30#include <qpushbutton.h>
28#include <qstring.h> 31#include <qstring.h>
29#include <qlineedit.h> 32#include <qlineedit.h>
30#include <qdir.h> 33#include <qdir.h>
31 34
32#include <opie/ofileselector.h> 35using Opie::OFileDialog;
33#include <opie/ofiledialog.h> 36using Opie::OFileSelector;
34 37
35SearchMethodDlg::SearchMethodDlg(QWidget *parent, const char *name, bool modal, QString itemname) : QDialog(parent, name, modal) 38SearchMethodDlg::SearchMethodDlg(QWidget *parent, const char *name, bool modal, QString itemname) : QDialog(parent, name, modal)
36{ 39{
37 40
38 QVBoxLayout *vbox_layout = new QVBoxLayout( this, 4,4,"vbox_layout" ); 41 QVBoxLayout *vbox_layout = new QVBoxLayout( this, 4,4,"vbox_layout" );
39 QVBox *vbox = new QVBox( this ); 42 QVBox *vbox = new QVBox( this );