diff options
Diffstat (limited to 'kexi/kexidb/parser/parser_p.h')
| -rw-r--r-- | kexi/kexidb/parser/parser_p.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kexi/kexidb/parser/parser_p.h b/kexi/kexidb/parser/parser_p.h index 6a695bc59..d03955c81 100644 --- a/kexi/kexidb/parser/parser_p.h +++ b/kexi/kexidb/parser/parser_p.h @@ -20,10 +20,10 @@ #ifndef KEXIDB_PARSER_P_H #define KEXIDB_PARSER_P_H -#include <qvaluelist.h> -#include <qdict.h> -#include <qasciicache.h> -#include <qstring.h> +#include <tqvaluelist.h> +#include <tqdict.h> +#include <tqasciicache.h> +#include <tqstring.h> #include <kexidb/queryschema.h> #include <kexidb/tableschema.h> @@ -47,9 +47,9 @@ class ParserPrivate TableSchema *table; QuerySchema *select; Connection *db; - QString statement; + TQString statement; ParserError error; - QAsciiCache<char> reservedKeywords; + TQAsciiCache<char> reservedKeywords; bool initialized : 1; }; @@ -62,17 +62,17 @@ class ParseInfo ~ParseInfo(); //! collects positions of tables/aliases with the same names - QDict< QValueList<int> > repeatedTablesAndAliases; + TQDict< TQValueList<int> > repeatedTablesAndAliases; - QString errMsg, errDescr; //helpers + TQString errMsg, errDescr; //helpers QuerySchema *querySchema; }; } void yyerror(const char *str); -void setError(const QString& errName, const QString& errDesc); -void setError(const QString& errDesc); +void setError(const TQString& errName, const TQString& errDesc); +void setError(const TQString& errDesc); //bool parseData(KexiDB::Parser *p, const char *data); bool addColumn( KexiDB::ParseInfo& parseInfo, KexiDB::BaseExpr* columnExpr ); KexiDB::QuerySchema* buildSelectQuery( |
