summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneyexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/mymoney/mymoneyexception.cpp')
-rw-r--r--kmymoney2/mymoney/mymoneyexception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/mymoney/mymoneyexception.cpp b/kmymoney2/mymoney/mymoneyexception.cpp
index 6b61e67..4ee0970 100644
--- a/kmymoney2/mymoney/mymoneyexception.cpp
+++ b/kmymoney2/mymoney/mymoneyexception.cpp
@@ -22,7 +22,7 @@
#include "mymoneyexception.h"
-MyMoneyException::MyMoneyException(const QString& msg, const QString& file, const unsigned long line)
+MyMoneyException::MyMoneyException(const TQString& msg, const TQString& file, const unsigned long line)
{
// qDebug("MyMoneyException(%s,%s,%d)", msg.data(), file.data(), line);
m_msg = msg;