~ubuntu-branches/ubuntu/jaunty/kdesdk/jaunty-backports

« back to all changes in this revision

Viewing changes to lokalize/src/kaiderview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2008-09-26 12:14:03 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926121403-y5ozmtqa0mzj5uys
Tags: 4:4.1.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
     : KTextEdit(parent)
58
58
     , m_currentUnicodeNumber(0)
59
59
    {};
 
60
    QString toPlainText();
60
61
 
61
62
private:
62
63
    int m_currentUnicodeNumber;