summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/dictwidget.cpp30
-rw-r--r--noncore/apps/odict/dictwidget.h24
-rw-r--r--noncore/apps/odict/odict.cpp2
-rw-r--r--noncore/apps/odict/odict.pro2
4 files changed, 0 insertions, 58 deletions
diff --git a/noncore/apps/odict/dictwidget.cpp b/noncore/apps/odict/dictwidget.cpp
deleted file mode 100644
index aa233c7..0000000
--- a/noncore/apps/odict/dictwidget.cpp
+++ b/dev/null
@@ -1,30 +0,0 @@
1/***************************************************************************
2 application: : ODict
3
4 begin : December 2002
5 copyright : ( C ) 2002, 2003 by Carsten Niehaus
6 email : cniehaus@handhelds.org
7 **************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * ( at your option ) any later version. *
15 * *
16 **************************************************************************/
17#include "dictwidget.h"
18
19#include <qpe/config.h>
20#include <qhbox.h>
21#include <qlabel.h>
22#include <qpushbutton.h>
23#include <qlineedit.h>
24#include <qmainwindow.h>
25#include <qstring.h>
26
27DictWidget::DictWidget() : QWidget()
28{
29}
30
diff --git a/noncore/apps/odict/dictwidget.h b/noncore/apps/odict/dictwidget.h
deleted file mode 100644
index 7a02705..0000000
--- a/noncore/apps/odict/dictwidget.h
+++ b/dev/null
@@ -1,24 +0,0 @@
1/***************************************************************************
2 * *
3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or *
6 * ( at your option ) any later version. *
7 * *
8 **************************************************************************/
9
10#include <qwidget.h>
11
12class QPopupMenu;
13class QMenuBar;
14class QHBox;
15class QPushButton;
16class QLineEdit;
17
18class DictWidget : public QWidget
19{
20 Q_OBJECT
21
22 public:
23 DictWidget();
24};
diff --git a/noncore/apps/odict/odict.cpp b/noncore/apps/odict/odict.cpp
index 58cff5f..a404e89 100644
--- a/noncore/apps/odict/odict.cpp
+++ b/noncore/apps/odict/odict.cpp
@@ -111,9 +111,7 @@ void ODict::slotStartQuery()
111 ding->setDict( activated_name ); 111 ding->setDict( activated_name );
112 112
113 if ( activated_name != ding->loadedDict() ) 113 if ( activated_name != ding->loadedDict() )
114 {
115 ding->loadDict(activated_name); 114 ding->loadDict(activated_name);
116 }
117 115
118 BroswerContent test = ding->setText( querystring ); 116 BroswerContent test = ding->setText( querystring );
119 117
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro
index 32f83fd..427a5c6 100644
--- a/noncore/apps/odict/odict.pro
+++ b/noncore/apps/odict/odict.pro
@@ -5,13 +5,11 @@ HEADERS = odict.h \
5 searchmethoddlg.h \ 5 searchmethoddlg.h \
6 configdlg.h \ 6 configdlg.h \
7 dingwidget.h \ 7 dingwidget.h \
8 dictwidget.h
9 8
10 SOURCES = main.cpp \ 9 SOURCES = main.cpp \
11 odict.cpp \ 10 odict.cpp \
12 searchmethoddlg.cpp \ 11 searchmethoddlg.cpp \
13 configdlg.cpp \ 12 configdlg.cpp \
14 dictwidget.cpp \
15 dingwidget.cpp 13 dingwidget.cpp
16INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
17DEPENDPATH += $(OPIEDIR)/include 15DEPENDPATH += $(OPIEDIR)/include