~jpakkane/+junk/qtdemoscope

« back to all changes in this revision

Viewing changes to src/demoquery.cpp

  • Committer: Jussi Pakkanen
  • Date: 2014-01-13 15:12:15 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20140113151215-67s2eve1v5h066c8
Now with test scaffolding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include "demoquery.h"
20
 
#include <scopes/CategoryRenderer.h>
21
 
#include <scopes/Query.h>
 
20
#include <unity/scopes/CategoryRenderer.h>
 
21
#include <unity/scopes/Query.h>
22
22
 
23
23
DemoQuery::DemoQuery(string const& query) :
24
24
query_(query)