]> git.pld-linux.org Git - packages/libkolab.git/blob - 0001-Fix-kolab-errorhandler.h-kolabformat-errorhandler.h.patch
- py fixes
[packages/libkolab.git] / 0001-Fix-kolab-errorhandler.h-kolabformat-errorhandler.h.patch
1 From 8886295189491151dbd3590649aaf43e15321dc6 Mon Sep 17 00:00:00 2001
2 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com>
3 Date: Wed, 15 Aug 2012 17:20:12 +0100
4 Subject: [PATCH] Fix kolab/errorhandler.h > kolabformat/errorhandler.h
5
6 ---
7  tests/kolabobjecttest.cpp | 2 +-
8  tests/upgradetest.cpp     | 2 +-
9  2 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/tests/kolabobjecttest.cpp b/tests/kolabobjecttest.cpp
12 index 19d7de7..9f44f2a 100644
13 --- a/tests/kolabobjecttest.cpp
14 +++ b/tests/kolabobjecttest.cpp
15 @@ -21,7 +21,7 @@
16  
17  #include "kolabformat/kolabobject.h"
18  #include <kdebug.h>
19 -#include <kolab/errorhandler.h>
20 +#include <kolabformat/errorhandler.h>
21  
22  void KolabObjectTest::preserveLatin1()
23  {
24 diff --git a/tests/upgradetest.cpp b/tests/upgradetest.cpp
25 index ee376be..0e943ac 100644
26 --- a/tests/upgradetest.cpp
27 +++ b/tests/upgradetest.cpp
28 @@ -21,7 +21,7 @@
29  #include <QTest>
30  #include <kolabcontainers.h>
31  #include <kolabformat.h>
32 -#include <kolab/errorhandler.h>
33 +#include <kolabformat/errorhandler.h>
34  
35  #include "testutils.h"
36  #include "kolabformat/kolabobject.h"
37 -- 
38 1.7.11.2
39
This page took 0.112336 seconds and 3 git commands to generate.