summaryrefslogtreecommitdiffstats
path: root/parts/ctags2/ctagskinds.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/ctags2/ctagskinds.h')
-rw-r--r--parts/ctags2/ctagskinds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/ctags2/ctagskinds.h b/parts/ctags2/ctagskinds.h
index de695319..7bf76a09 100644
--- a/parts/ctags2/ctagskinds.h
+++ b/parts/ctags2/ctagskinds.h
@@ -12,13 +12,13 @@
#ifndef _CTAGSKINDS_H_
#define _CTAGSKINDS_H_
-#include <qstring.h>
+#include <tqstring.h>
class CTagsKinds
{
public:
- static QString findKind( const char * kindChar, const QString &extension);
+ static TQString findKind( const char * kindChar, const TQString &extension);
};
#endif