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 /src/prefAuthor.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/prefAuthor.cpp')
-rw-r--r-- | src/prefAuthor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefAuthor.cpp b/src/prefAuthor.cpp index a4d8309..8f8c035 100644 --- a/src/prefAuthor.cpp +++ b/src/prefAuthor.cpp @@ -159,7 +159,7 @@ void prefAuthor::languageChange() void prefAuthor::bButtonFontClicked() { - qWarning( "prefAuthor::bButtonFontClicked(): Not implemented yet" ); + tqWarning( "prefAuthor::bButtonFontClicked(): Not implemented yet" ); } #include "prefAuthor.moc" |