summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/kcontrol/indexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/kcontrol/indexer.h')
-rw-r--r--kmrml/kmrml/kcontrol/indexer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kmrml/kmrml/kcontrol/indexer.h b/kmrml/kmrml/kcontrol/indexer.h
index 290c9937..d9fede24 100644
--- a/kmrml/kmrml/kcontrol/indexer.h
+++ b/kmrml/kmrml/kcontrol/indexer.h
@@ -28,13 +28,14 @@ class KProcIO;
namespace KMrmlConfig
{
- class Indexer : public QObject
+ class Indexer : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
Indexer( const KMrml::Config *config,
- TQObject *parent = 0L, const char *name = 0 );
+ TQObject *tqparent = 0L, const char *name = 0 );
~Indexer();
void startIndexing( const TQStringList& dirs );