summaryrefslogtreecommitdiffstats
path: root/kgpg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
commit3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch)
treeaf5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /kgpg
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz
tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip
Rename additional global TQt functions
Diffstat (limited to 'kgpg')
-rw-r--r--kgpg/kgpg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/kgpg.cpp b/kgpg/kgpg.cpp
index 7dc8c75..b6d9194 100644
--- a/kgpg/kgpg.cpp
+++ b/kgpg/kgpg.cpp
@@ -729,7 +729,7 @@ void MyView::installShred()
void MyView::slotSaveOptionsPath()
{
-qWarning("Save wizard settings...");
+tqWarning("Save wizard settings...");
if (wiz->checkBox1->isChecked()) installShred();
KGpgSettings::setAutoStart( wiz->checkBox2->isChecked() );