summaryrefslogtreecommitdiffstats
path: root/kommander/editor/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/parser.h')
-rw-r--r--kommander/editor/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/parser.h b/kommander/editor/parser.h
index 5a5671ad..ace96d9e 100644
--- a/kommander/editor/parser.h
+++ b/kommander/editor/parser.h
@@ -21,12 +21,12 @@
#ifndef PARSER_H
#define PARSER_H
-#include <qstring.h>
+#include <tqstring.h>
class Parser
{
public:
- static QString cleanArgs( const QString &func );
+ static TQString cleanArgs( const TQString &func );
};