~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to app/searchstringinput.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131444-fxt8pt2pha54qmdu
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 * This file is part of Kiten, a KDE Japanese Reference Tool...              *
3
3
 * Copyright (C) 2006 Joseph Kerian <jkerian@gmail.com>                      *
 
4
 * Copyright (C) 2011 Daniel E. Moctezuma <democtezuma@gmail.com>            *
4
5
 *                                                                           *
5
6
 * This program is free software; you can redistribute it and/or modify      *
6
7
 * it under the terms of the GNU General Public License as published by      *
52
53
    void      focusInput();
53
54
 
54
55
  private:
55
 
    KToggleAction    *_actionDeinflect;
56
 
    KToggleAction    *_actionFilterRare;
 
56
    KSelectAction    *_actionFilterRare;
57
57
    // Search exact/anywhere/beginning
58
58
    KSelectAction    *_actionSearchSection;
59
59
    KSelectAction    *_actionSelectWordType;