summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/kcontrol/indextest.h
blob: 1071cdbd7d977244ea32fca835b29d6db89792fd (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
27
/****************************************************************************
** $Id$
**
** Copyright (C) 2002 Carsten Pfeiffer <pfeiffer@kde.org> 
**
****************************************************************************/

#ifndef INDEXTEST_H
#define INDEXTEST_H

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


#endif // INDEXTEST_H