~ubuntu-branches/ubuntu/oneiric/koffice/oneiric-updates

« back to all changes in this revision

Viewing changes to kspread/dialogs/FindDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
namespace KSpread
33
33
{
34
34
 
 
35
/**
 
36
 * \ingroup UI
 
37
 * Options for finding and replacing cell values.
 
38
 */
35
39
class FindOption : public QObject
36
40
{
37
41
    Q_OBJECT
59
63
    KComboBox *m_searchDirection;
60
64
};
61
65
 
 
66
 
 
67
/**
 
68
 * \ingroup UI
 
69
 * Dialog for finding cell values.
 
70
 */
62
71
class FindDlg : public KFindDialog
63
72
{
64
73
    Q_OBJECT
84
93
    FindOption *m_findOptions;
85
94
};
86
95
 
 
96
 
 
97
/**
 
98
 * \ingroup UI
 
99
 * Dialog for replacing cell values.
 
100
 */
87
101
class SearchDlg : public KReplaceDialog
88
102
{
89
103
    Q_OBJECT