~ubuntu-branches/ubuntu/natty/kdebase-runtime/natty-proposed

« back to all changes in this revision

Viewing changes to khelpcenter/searchhandler.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-24 11:07:10 UTC
  • mto: (0.8.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20101124110710-6dbsyw0yh21qvn82
Tags: upstream-4.5.80
ImportĀ upstreamĀ versionĀ 4.5.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
1
2
/*
2
3
    This file is part of KHelpCenter.
3
4
 
24
25
#include "prefs.h"
25
26
#include "docentry.h"
26
27
 
27
 
#include <kdesktopfile.h>
 
28
#include <KDesktopFile>
28
29
#include <KProcess>
29
 
#include <kdebug.h>
30
 
#include <kmessagebox.h>
31
 
#include <klocale.h>
32
 
#include <kstandarddirs.h>
 
30
#include <KDebug>
 
31
#include <KMessageBox>
 
32
#include <KLocale>
 
33
#include <KStandardDirs>
33
34
#include <KShell>
34
35
 
35
36
#include <stdlib.h>