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

« back to all changes in this revision

Viewing changes to nepomuk/kioslaves/search/kdedmodule/nepomuksearchmodule.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:
19
19
 
20
20
#include "nepomuksearchmodule.h"
21
21
#include "searchurllistener.h"
22
 
#include "nie.h"
23
22
#include "dbusoperators_p.h"
24
23
#include "timelinetools.h"
25
24
 
26
25
#include <QtDBus/QDBusConnection>
27
26
#include <QtDBus/QDBusServiceWatcher>
28
27
 
 
28
#include <Nepomuk/Vocabulary/NIE>
 
29
 
29
30
#include <kdebug.h>
30
31
#include <kdirnotify.h>
31
32
 
102
103
    else if ( isTimelineUrl( url ) ) {
103
104
        QDate date;
104
105
        if ( Nepomuk::parseTimelineUrl( url, &date ) == Nepomuk::DayFolder )
105
 
            queryUrl = Nepomuk::buildTimelineQueryUrl( date );
 
106
            queryUrl = Nepomuk::buildTimelineQuery( date ).toSearchUrl();
106
107
    }
107
108
 
108
109
    if ( queryUrl.isValid() ) {