summaryrefslogtreecommitdiffstats
path: root/kword
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-12-02 21:31:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-12-02 21:31:58 +0900
commitf2b042c804e448d0f3d35579de32bd3134733c54 (patch)
tree4b6c2494d3946be3ecde127d01533ad2190c61c3 /kword
parent25c9b225031f0ea7f3f4cd44cd14256b91bf0bc2 (diff)
downloadkoffice-f2b042c804e448d0f3d35579de32bd3134733c54.tar.gz
koffice-f2b042c804e448d0f3d35579de32bd3134733c54.zip
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kword')
-rw-r--r--kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.cpp b/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.cpp
index 22cde06d..fa904f10 100644
--- a/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.cpp
+++ b/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.cpp
@@ -75,7 +75,7 @@ bool KWQtSqlSerialDataSourceBase::showConfigDialog(TQWidget *par,int action)
bool KWQtSqlSerialDataSourceBase::openDatabase()
{
- TQCString pwd;
+ TQString pwd;
TQSqlDatabase::removeDatabase(DataBaseConnection);
database=TQSqlDatabase::addDatabase(driver,DataBaseConnection);
if (database)