summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/kdevcoderepository.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/kdevcoderepository.h')
-rw-r--r--lib/interfaces/kdevcoderepository.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/interfaces/kdevcoderepository.h b/lib/interfaces/kdevcoderepository.h
index 8513e00e..8b862f6b 100644
--- a/lib/interfaces/kdevcoderepository.h
+++ b/lib/interfaces/kdevcoderepository.h
@@ -19,8 +19,8 @@
#ifndef KDEVCODEREPOSITORY_H
#define KDEVCODEREPOSITORY_H
-#include <qobject.h>
-#include <qvaluelist.h>
+#include <tqobject.h>
+#include <tqvaluelist.h>
/**
@file kdevcoderepository.h
@@ -62,7 +62,7 @@ public:
void setMainCatalog( Catalog* mainCatalog );
/**@return The list of registered catalogs.*/
- QValueList<Catalog*> registeredCatalogs();
+ TQValueList<Catalog*> registeredCatalogs();
/**Registers catalog in the repository.
@param catalog The catalog to register.*/