summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/simplecommandlineapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/simplecommandlineapp.h')
-rw-r--r--kexi/kexidb/simplecommandlineapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/simplecommandlineapp.h b/kexi/kexidb/simplecommandlineapp.h
index 13d1f1158..c14a35ea1 100644
--- a/kexi/kexidb/simplecommandlineapp.h
+++ b/kexi/kexidb/simplecommandlineapp.h
@@ -63,7 +63,7 @@ namespace KexiDB
In details: the database driver is loaded, the connection is opened
and the database is used.
Use KexiDB::Object methods to get status of the operation on failure. */
- bool openDatabase(const QString& databaseName);
+ bool openDatabase(const TQString& databaseName);
/*! Closes database connection previously opened using openDatabase()
\return true on success. This method is called on destruction.