summaryrefslogtreecommitdiffstats
path: root/src/messagehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messagehandler.cpp')
-rw-r--r--src/messagehandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messagehandler.cpp b/src/messagehandler.cpp
index 273a5eb..941b53d 100644
--- a/src/messagehandler.cpp
+++ b/src/messagehandler.cpp
@@ -27,7 +27,7 @@
namespace KBibTeX {
// all messages go to manager
-void ManagerMessage::send(const QString& message_, Type type_) {
+void ManagerMessage::send(const TQString& message_, Type type_) {
// Fetch::Manager::self()->updateStatus(message_);
// plus errors get a message box
if(type_ == Error) {
@@ -37,7 +37,7 @@ void ManagerMessage::send(const QString& message_, Type type_) {
}
}
-void ManagerMessage::infoList(const QString& message_, const QStringList& list_) {
+void ManagerMessage::infoList(const TQString& message_, const TQStringList& list_) {
KMessageBox::informationList(NULL, message_, list_); // FIXME: some widget instead of NULL
}