summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/kcontrol/indextest.h
blob: 5f85f5f13f3dd9be87314b4d525b382bbeffc77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/****************************************************************************
** $Id$
**
** Copyright (C) 2002 Carsten Pfeiffer <pfeiffer@kde.org> 
**
****************************************************************************/

#ifndef INDEXTEST_H
#define INDEXTEST_H

class IndexTest : public QObject
{
    Q_OBJECT
    
public:
    IndexTest();
    ~IndexTest();
    
private slots:
    void slotFinished( bool success );
    void slotProgress( int percent, const QString& message );
    
};


#endif // INDEXTEST_H