~neon/nepomuk-core/master

« back to all changes in this revision

Viewing changes to services/fileindexer/fileindexer.cpp

  • Committer: Sebastian Trueg
  • Date: 2011-08-10 21:28:28 UTC
  • mto: (0.1.1504)
  • mto: This revision was merged to the branch mainline in revision 835.
  • Revision ID: git-v1:2789e7236245ff119b58b7c5008ca6ab1506820c
Replaced the term "strigi" with "file indexer" everywhere.

The only exception is the config file so we do not loose folder
configurations and do not have to do tedious config migration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
             this, SLOT( updateWatches() ) );
55
55
 
56
56
    // export on dbus
57
 
    ( void )new StrigiAdaptor( this );
 
57
    ( void )new FileIndexerAdaptor( this );
58
58
 
59
59
    // setup status connections
60
60
    connect( m_indexScheduler, SIGNAL( indexingStarted() ),
293
293
#include <kpluginfactory.h>
294
294
#include <kpluginloader.h>
295
295
 
296
 
NEPOMUK_EXPORT_SERVICE( Nepomuk::FileIndexer, "nepomukstrigiservice" )
 
296
NEPOMUK_EXPORT_SERVICE( Nepomuk::FileIndexer, "nepomukfileindexer" )
297
297
 
298
298
#include "fileindexer.moc"
299
299