diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:39:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:39:26 -0600 |
commit | c7b97cb625bce67384ce1aa315ebee5556e5f321 (patch) | |
tree | b5f8ebeb38ac699f3cb6bba2bc906cfacd70902e /src/magiclabel.cpp | |
parent | cf4b244e5708cb15a18d6eca89468ca3d31333ef (diff) | |
download | ksplash-engine-moodin-c7b97cb625bce67384ce1aa315ebee5556e5f321.tar.gz ksplash-engine-moodin-c7b97cb625bce67384ce1aa315ebee5556e5f321.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/magiclabel.cpp')
-rw-r--r-- | src/magiclabel.cpp | 2 |
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)); } |