diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:35 -0600 |
commit | 99e47821ed59208c5490022ddb2d6f8ab2bc8b0d (patch) | |
tree | 6e8bdb4737921bbf360e04f833f9cbb5db999567 /libk9copy/progress.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
Diffstat (limited to 'libk9copy/progress.cpp')
-rw-r--r-- | libk9copy/progress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/progress.cpp b/libk9copy/progress.cpp index d8f7fb4..7c18a9c 100644 --- a/libk9copy/progress.cpp +++ b/libk9copy/progress.cpp @@ -121,7 +121,7 @@ void Progress::languageChange() void Progress::bCancelClick() { - qWarning( "Progress::bCancelClick(): Not implemented yet" ); + tqWarning( "Progress::bCancelClick(): Not implemented yet" ); } #include "progress.moc" |