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 6c7aac4..57d50c7 100644
--- a/src/magiclabel.cpp
+++ b/src/magiclabel.cpp
@@ -73,7 +73,7 @@ void MagicLabel::getCommandOutput()
mValue = "";
if (!proc->start(KProcess::Block, KProcess::Stdout))
- KMessageBox::information(0, TQString("Could not start process: %1").tqarg(cmd));
+ KMessageBox::information(0, TQString("Could not start process: %1").arg(cmd));
}