-rw-r--r-- | noncore/apps/odict/odict.cpp | 5 | ||||
-rw-r--r-- | noncore/apps/odict/odict.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/noncore/apps/odict/odict.cpp b/noncore/apps/odict/odict.cpp index 78c3f90..c4114f7 100644 --- a/noncore/apps/odict/odict.cpp +++ b/noncore/apps/odict/odict.cpp | |||
@@ -93,11 +93,6 @@ void ODict::saveConfig() | |||
93 | cfg.writeEntry( "completewords" , completewords ); | 93 | cfg.writeEntry( "completewords" , completewords ); |
94 | } | 94 | } |
95 | 95 | ||
96 | void ODict::slotDisplayAbout() | ||
97 | { | ||
98 | QMessageBox::about( this, tr( "About ODict" ), tr( "OPIE-Dictionary ODict \n (c) 2002, 2003 Carsten Niehaus \n cniehaus@handhelds.org \n Version 20030111" ) ); | ||
99 | } | ||
100 | |||
101 | void ODict::slotStartQuery() | 96 | void ODict::slotStartQuery() |
102 | { | 97 | { |
103 | QString querystring = query_le->text(); | 98 | QString querystring = query_le->text(); |
diff --git a/noncore/apps/odict/odict.h b/noncore/apps/odict/odict.h index b20c165..3065feb 100644 --- a/noncore/apps/odict/odict.h +++ b/noncore/apps/odict/odict.h | |||
@@ -57,7 +57,6 @@ class ODict : public QMainWindow | |||
57 | QString activated_name; | 57 | QString activated_name; |
58 | 58 | ||
59 | private slots: | 59 | private slots: |
60 | void slotDisplayAbout(); | ||
61 | void slotStartQuery(); | 60 | void slotStartQuery(); |
62 | void slotSetErrorcount( int ); | 61 | void slotSetErrorcount( int ); |
63 | void slotSettings(); | 62 | void slotSettings(); |