author | cniehaus <cniehaus> | 2003-03-23 16:05:26 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-03-23 16:05:26 (UTC) |
commit | d2a2f5ee260e80a166b070872cefdd35e0b0b3cd (patch) (side-by-side diff) | |
tree | 37b422856b9be9586ee7882739d6fb7c11153a34 | |
parent | 9c539b9626f0a3ffca47e9b1247cb727539b46c6 (diff) | |
download | opie-d2a2f5ee260e80a166b070872cefdd35e0b0b3cd.zip opie-d2a2f5ee260e80a166b070872cefdd35e0b0b3cd.tar.gz opie-d2a2f5ee260e80a166b070872cefdd35e0b0b3cd.tar.bz2 |
remove the aboutbox
-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() cfg.writeEntry( "completewords" , completewords ); } -void ODict::slotDisplayAbout() -{ - QMessageBox::about( this, tr( "About ODict" ), tr( "OPIE-Dictionary ODict \n (c) 2002, 2003 Carsten Niehaus \n cniehaus@handhelds.org \n Version 20030111" ) ); -} - void ODict::slotStartQuery() { 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 QString activated_name; private slots: - void slotDisplayAbout(); void slotStartQuery(); void slotSetErrorcount( int ); void slotSettings(); |