~ubuntu-branches/ubuntu/utopic/hedgewars/utopic

« back to all changes in this revision

Viewing changes to QTfrontend/util/LibavInteraction.h

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2014-01-02 12:37:23 UTC
  • mfrom: (19.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140102123723-6pdhmyj8tb5y8xbg
Tags: 0.9.20.3-1
New upstream minor release, suitable for unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17
17
 */
18
18
 
19
 
#ifndef LIBAV_ITERACTION
20
 
#define LIBAV_ITERACTION
 
19
#ifndef LIBAV_INTERACTION
 
20
#define LIBAV_INTERACTION
21
21
 
22
22
#include <QComboBox>
23
23
 
48
48
    QString getFileInfo(const QString & filepath);
49
49
};
50
50
 
51
 
#endif // LIBAV_ITERACTION
 
51
#endif // LIBAV_INTERACTION