~ubuntu-branches/ubuntu/lucid/kde4libs/lucid-updates

« back to all changes in this revision

Viewing changes to kate/utils/katecmd.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-19 20:32:41 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119203241-6qlz4p6emiawose6
Tags: 4:4.3.95-0ubuntu1
* New upstream release candidate:
  - Remove kubuntu_71_knewstuff_crashes.diff, applied upstream
  - Remove kubuntu_72_popupapplet_crash_fix.diff, applied upstream
  - Refresh kubuntu_70_dbusmenu.diff
  - Bump RUNTIME_DEPS value in debian/rules to 4.3.90
  - Update .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef _KATE_CMD_H
20
20
#define _KATE_CMD_H
21
21
 
22
 
#include "katepartprivate_export.h"
23
 
 
24
22
#include <ktexteditor/commandinterface.h>
25
23
 
26
24
#include <kcompletion.h>
28
26
#include <QtCore/QHash>
29
27
#include <QtCore/QStringList>
30
28
 
31
 
class KATEPART_TESTS_EXPORT KateCmd
 
29
class KateCmd
32
30
{
33
31
  public:
34
32
    KateCmd ();