~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to strigi-analyzer/ics/icsendanalyzer.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#define STRIGI_IMPORT_API
24
24
 
25
 
#include "config-strigi.h"
26
25
#include "pimstrigi-analyzer_export.h"
27
26
 
28
27
#include <kcalcore/incidence.h>
86
85
    KComponentData componentData;
87
86
};
88
87
 
89
 
#ifndef _WIN32_WCE
 
88
#ifndef Q_OS_WINCE
90
89
STRIGI_ANALYZER_FACTORY( IcsFactoryFactory )
91
90
#else
92
 
EXPORT_PLUGIN(Strigi_Plugin_Ics,IcsFactoryFactory)
 
91
EXPORT_PLUGIN( Strigi_Plugin_Ics,IcsFactoryFactory )
93
92
#endif
94
93
 
95
94
#endif