summaryrefslogtreecommitdiffstats
path: root/lib/catalog/catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/catalog/catalog.h')
-rw-r--r--lib/catalog/catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/catalog/catalog.h b/lib/catalog/catalog.h
index 00eb5b2b..c581dc8c 100644
--- a/lib/catalog/catalog.h
+++ b/lib/catalog/catalog.h
@@ -42,7 +42,7 @@ never or rarely changes. System libraries are perfect examples of such code.
class Catalog
{
public:
- typedef QPair<TQCString, TQVariant> QueryArgument;
+ typedef TQPair<TQCString, TQVariant> QueryArgument;
public:
Catalog();