You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegraphics/kmrml/kmrml/kcontrol/indextest.h

28 lines
525 B

/****************************************************************************
** $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