summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexiprojectset.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/kexiprojectset.h')
-rw-r--r--kexi/core/kexiprojectset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexiprojectset.h b/kexi/core/kexiprojectset.h
index af251722..3ea11ec8 100644
--- a/kexi/core/kexiprojectset.h
+++ b/kexi/core/kexiprojectset.h
@@ -57,7 +57,7 @@ class KEXICORE_EXPORT KexiProjectSet : public KexiDB::Object
//! Case insensitive lookup.
//! \return project data for databased \a dbName or NULL if not found
- KexiProjectData* findProject(const QString &dbName) const;
+ KexiProjectData* findProject(const TQString &dbName) const;
private:
KexiProjectSetPrivate *d;