~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to kate/part/katelayoutcache.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "katelayoutcache.h"
20
20
 
 
21
#include <QMutexLocker>
 
22
 
21
23
#include "katerenderer.h"
22
24
#include "kateview.h"
23
25
#include "katedocument.h"
 
26
#include "katetextlayout.h"
24
27
 
25
28
#include <kdebug.h>
26
29