~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to src/emoticon.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-05 21:19:26 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091205211926-r26u8j38kysf6o2p
Tags: 2.0.2-1
* New upstream release 
  - Fixes friendly names (LP: #485640)
* Update Homepage: http://kmess.org
* Add Build-Depends: libphonon-dev | libqt4-phonon-dev (ubuntu friendly)
* kmess.1 fix lintian:hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    // Update the internal emoticon data
115
115
    void                     update();
116
116
 
 
117
  public: // Public static methods
 
118
    // Return whether a string is suitable for use as an emoticon shortcut
 
119
    static bool              isValidShortcut( const QString &shortcut );
 
120
 
117
121
  private: // Private attributes
118
122
    // The directory where the custom emoticon image is located. Unused for standard emoticons
119
123
    QString                  pictureDirectory_;