~ubuntu-branches/ubuntu/trusty/kdevplatform/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/cvs/tests/cvstest.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 17:24:43 UTC
  • mfrom: (0.3.25)
  • Revision ID: package-import@ubuntu.com-20131209172443-rstb3roh6fj0c5vw
Tags: 1.6.0-0ubuntu1
* New upstream release (LP: #1259220)
* Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *                                                                         *
9
9
 ***************************************************************************/
10
10
 
11
 
#ifndef CVSTEST_H
12
 
#define CVSTEST_H
 
11
#ifndef KDEVPLATFORM_PLUGIN_CVSTEST_H
 
12
#define KDEVPLATFORM_PLUGIN_CVSTEST_H
13
13
 
14
14
#include <QtCore/QObject>
15
15