summaryrefslogtreecommitdiffstats
path: root/src/magiclabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:13:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:13:16 -0600
commitcf4b244e5708cb15a18d6eca89468ca3d31333ef (patch)
treebaac85837ef30761a5d3690a2d2982c0800e89f6 /src/magiclabel.cpp
parenta7d78d31f6988129f1e52dc986206604ae585c73 (diff)
downloadksplash-engine-moodin-cf4b244e5708cb15a18d6eca89468ca3d31333ef.tar.gz
ksplash-engine-moodin-cf4b244e5708cb15a18d6eca89468ca3d31333ef.zip
Rename old tq methods that no longer need a unique name
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", "");
}