summaryrefslogtreecommitdiffstats
path: root/src/magiclabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/magiclabel.cpp')
-rw-r--r--src/magiclabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magiclabel.cpp b/src/magiclabel.cpp
index 5b30252..6c7aac4 100644
--- a/src/magiclabel.cpp
+++ b/src/magiclabel.cpp
@@ -79,7 +79,7 @@ void MagicLabel::getCommandOutput()
void MagicLabel::receivedStdout(KProcess *proc, char *buffer, int buflen)
{
- TQString buf = TQString::tqfromLatin1(buffer, buflen);
+ TQString buf = TQString::fromLatin1(buffer, buflen);
mValue += buf.replace("\n", "");
}