~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to kdecore/tests/kdebug_unittest.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    Boston, MA 02110-1301, USA.
19
19
*/
20
20
 
21
 
#ifndef KDEBUGTEST_H
22
 
#define KDEBUGTEST_H
 
21
#ifndef KDEBUG_UNITTEST_H
 
22
#define KDEBUG_UNITTEST_H
23
23
 
24
24
#include <QtCore/QObject>
25
25
 
44
44
    void compareLines(const QList<QByteArray>& expectedLines, const char* fileName = "kdebug.dbg");
45
45
};
46
46
 
47
 
#endif
 
47
#endif //KDEBUG_UNITTEST_H