~ubuntu-branches/debian/sid/kdesvn/sid

« back to all changes in this revision

Viewing changes to src/svnfrontend/modifiedthread.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-04-18 21:41:53 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090418214153-bdc4nd10fs47i8jp
Tags: 1.3.0-1
* New upstream release.
* debian/control
  - Bump Standards-Version to 3.8.1. No further changes.
  - Change Section of kdesvn-dbg to debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *   Free Software Foundation, Inc.,                                       *
18
18
 *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
19
19
 ***************************************************************************/
20
 
#ifndef _MODIFIED_THREAD_H
21
 
#define _MODIFIED_THREAD_H
 
20
#ifndef MODIFIED_THREAD_H
 
21
#define MODIFIED_THREAD_H
22
22
 
23
23
#include "src/svnqt/client.hpp"
24
24
#include "src/svnqt/revision.hpp"