diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:35 -0600 |
commit | 99e47821ed59208c5490022ddb2d6f8ab2bc8b0d (patch) | |
tree | 6e8bdb4737921bbf360e04f833f9cbb5db999567 /src/prefMPEG4.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/prefMPEG4.cpp')
-rw-r--r-- | src/prefMPEG4.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/prefMPEG4.cpp b/src/prefMPEG4.cpp index 8d6ebc2..90c8f72 100644 --- a/src/prefMPEG4.cpp +++ b/src/prefMPEG4.cpp @@ -352,67 +352,67 @@ void prefMPEG4::languageChange() void prefMPEG4::ckMp4AspectRatioClick() { - qWarning( "prefMPEG4::ckMp4AspectRatioClick(): Not implemented yet" ); + tqWarning( "prefMPEG4::ckMp4AspectRatioClick(): Not implemented yet" ); } void prefMPEG4::cbMp4CodecActivated(int) { - qWarning( "prefMPEG4::cbMp4CodecActivated(int): Not implemented yet" ); + tqWarning( "prefMPEG4::cbMp4CodecActivated(int): Not implemented yet" ); } void prefMPEG4::cbMp4AudioCodecActivated(int) { - qWarning( "prefMPEG4::cbMp4AudioCodecActivated(int): Not implemented yet" ); + tqWarning( "prefMPEG4::cbMp4AudioCodecActivated(int): Not implemented yet" ); } void prefMPEG4::ck2passesClicked() { - qWarning( "prefMPEG4::ck2passesClicked(): Not implemented yet" ); + tqWarning( "prefMPEG4::ck2passesClicked(): Not implemented yet" ); } void prefMPEG4::sbMp4SizeValueChanged(int) { - qWarning( "prefMPEG4::sbMp4SizeValueChanged(int): Not implemented yet" ); + tqWarning( "prefMPEG4::sbMp4SizeValueChanged(int): Not implemented yet" ); } void prefMPEG4::sbMp4NumberCDValueChanged(int) { - qWarning( "prefMPEG4::sbMp4NumberCDValueChanged(int): Not implemented yet" ); + tqWarning( "prefMPEG4::sbMp4NumberCDValueChanged(int): Not implemented yet" ); } void prefMPEG4::leMp4WidthTextChanged(const TQString&) { - qWarning( "prefMPEG4::leMp4WidthTextChanged(const TQString&): Not implemented yet" ); + tqWarning( "prefMPEG4::leMp4WidthTextChanged(const TQString&): Not implemented yet" ); } void prefMPEG4::leMp4HeightTextChanged(const TQString&) { - qWarning( "prefMPEG4::leMp4HeightTextChanged(const TQString&): Not implemented yet" ); + tqWarning( "prefMPEG4::leMp4HeightTextChanged(const TQString&): Not implemented yet" ); } void prefMPEG4::leMp4AudioBitrateTextChanged(const TQString&) { - qWarning( "prefMPEG4::leMp4AudioBitrateTextChanged(const TQString&): Not implemented yet" ); + tqWarning( "prefMPEG4::leMp4AudioBitrateTextChanged(const TQString&): Not implemented yet" ); } void prefMPEG4::rgVideoSizeChanged() { - qWarning( "prefMPEG4::rgVideoSizeChanged(): Not implemented yet" ); + tqWarning( "prefMPEG4::rgVideoSizeChanged(): Not implemented yet" ); } void prefMPEG4::leMp4VideoBitrateTextChanged(const TQString&) { - qWarning( "prefMPEG4::leMp4VideoBitrateTextChanged(const TQString&): Not implemented yet" ); + tqWarning( "prefMPEG4::leMp4VideoBitrateTextChanged(const TQString&): Not implemented yet" ); } void prefMPEG4::sbAudioGainValueChanged(int) { - qWarning( "prefMPEG4::sbAudioGainValueChanged(int): Not implemented yet" ); + tqWarning( "prefMPEG4::sbAudioGainValueChanged(int): Not implemented yet" ); } void prefMPEG4::ckUseCacheClick() { - qWarning( "prefMPEG4::ckUseCacheClick(): Not implemented yet" ); + tqWarning( "prefMPEG4::ckUseCacheClick(): Not implemented yet" ); } #include "prefMPEG4.moc" |