~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kompare/libdiff2/cvsdiffparser.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**************************************************************************
2
2
**                              cvsdiffparser.h
3
 
**                              -----------------
 
3
**                              ----------------
4
4
**      begin                   : Sun Aug  4 15:05:35 2002
5
 
**      copyright               : (C) 2002-2004 Otto Bruggeman
6
 
**      email                   : otto.bruggeman@home.nl
7
 
**
 
5
**      Copyright 2002-2004 Otto Bruggeman <otto.bruggeman@home.nl>
8
6
***************************************************************************/
9
7
/***************************************************************************
10
8
**
15
13
**
16
14
***************************************************************************/
17
15
 
18
 
#ifndef _CVSDIFF_PARSER_H
19
 
#define _CVSDIFF_PARSER_H
 
16
#ifndef CVSDIFF_PARSER_H
 
17
#define CVSDIFF_PARSER_H
20
18
 
21
 
#include <qregexp.h>
 
19
#include <QtCore/QRegExp>
22
20
 
23
21
#include "parserbase.h"
24
22