diff options
Diffstat (limited to 'lib/catalog/catalog.h')
-rw-r--r-- | lib/catalog/catalog.h | 2 |
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(); |