From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/catalog/catalog.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/catalog/catalog.h') diff --git a/lib/catalog/catalog.h b/lib/catalog/catalog.h index 6ab985a9..00eb5b2b 100644 --- a/lib/catalog/catalog.h +++ b/lib/catalog/catalog.h @@ -20,9 +20,9 @@ #ifndef CATALOG_H #define CATALOG_H -#include -#include -#include +#include +#include +#include #include "tag.h" @@ -42,31 +42,31 @@ never or rarely changes. System libraries are perfect examples of such code. class Catalog { public: - typedef QPair QueryArgument; + typedef QPair QueryArgument; public: Catalog(); virtual ~Catalog(); bool isValid() const; - QString dbName() const; + TQString dbName() const; bool enabled() const; void setEnabled( bool en ); - virtual void open( const QString& dbName ); + virtual void open( const TQString& dbName ); virtual void close(); virtual void sync(); - QValueList indexList() const; - void addIndex( const QCString& name ); + TQValueList indexList() const; + void addIndex( const TQCString& name ); void addItem( Tag& tag ); - Tag getItemById( const QCString& id ); - QValueList query( const QValueList& args ); + Tag getItemById( const TQCString& id ); + TQValueList query( const TQValueList& args ); - QCString generateId(); + TQCString generateId(); private: class _Catalog_Private* d; -- cgit v1.2.1