summaryrefslogtreecommitdiffstats
path: root/k9author
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:35 -0600
commit99e47821ed59208c5490022ddb2d6f8ab2bc8b0d (patch)
tree6e8bdb4737921bbf360e04f833f9cbb5db999567 /k9author
parentabb61585f84129bd4ae481a10d81437a8246fea0 (diff)
downloadk9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz
k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip
Rename additional global TQt functions
Diffstat (limited to 'k9author')
-rw-r--r--k9author/chapterEdit.cpp20
-rw-r--r--k9author/import.cpp6
-rw-r--r--k9author/k9menu.cpp10
-rw-r--r--k9author/k9newdvd.cpp2
-rw-r--r--k9author/menuEdit.cpp16
-rw-r--r--k9author/newTitle.cpp8
6 files changed, 31 insertions, 31 deletions
diff --git a/k9author/chapterEdit.cpp b/k9author/chapterEdit.cpp
index 5354561..fc28760 100644
--- a/k9author/chapterEdit.cpp
+++ b/k9author/chapterEdit.cpp
@@ -161,52 +161,52 @@ void chapterEdit::languageChange()
void chapterEdit::urlSelected(const TQString&)
{
- qWarning( "chapterEdit::urlSelected(const TQString&): Not implemented yet" );
+ tqWarning( "chapterEdit::urlSelected(const TQString&): Not implemented yet" );
}
void chapterEdit::sliderReleased()
{
- qWarning( "chapterEdit::sliderReleased(): Not implemented yet" );
+ tqWarning( "chapterEdit::sliderReleased(): Not implemented yet" );
}
void chapterEdit::sliderChanged()
{
- qWarning( "chapterEdit::sliderChanged(): Not implemented yet" );
+ tqWarning( "chapterEdit::sliderChanged(): Not implemented yet" );
}
void chapterEdit::bStartClick()
{
- qWarning( "chapterEdit::bStartClick(): Not implemented yet" );
+ tqWarning( "chapterEdit::bStartClick(): Not implemented yet" );
}
void chapterEdit::startChanged(const TQTime&)
{
- qWarning( "chapterEdit::startChanged(const TQTime&): Not implemented yet" );
+ tqWarning( "chapterEdit::startChanged(const TQTime&): Not implemented yet" );
}
void chapterEdit::endChanged(const TQTime&)
{
- qWarning( "chapterEdit::endChanged(const TQTime&): Not implemented yet" );
+ tqWarning( "chapterEdit::endChanged(const TQTime&): Not implemented yet" );
}
void chapterEdit::bEndClick()
{
- qWarning( "chapterEdit::bEndClick(): Not implemented yet" );
+ tqWarning( "chapterEdit::bEndClick(): Not implemented yet" );
}
void chapterEdit::ckBreakStartClick()
{
- qWarning( "chapterEdit::ckBreakStartClick(): Not implemented yet" );
+ tqWarning( "chapterEdit::ckBreakStartClick(): Not implemented yet" );
}
void chapterEdit::ckBreakEndClick()
{
- qWarning( "chapterEdit::ckBreakEndClick(): Not implemented yet" );
+ tqWarning( "chapterEdit::ckBreakEndClick(): Not implemented yet" );
}
void chapterEdit::bTitleButtonClick()
{
- qWarning( "chapterEdit::bTitleButtonClick(): Not implemented yet" );
+ tqWarning( "chapterEdit::bTitleButtonClick(): Not implemented yet" );
}
#include "chapterEdit.moc"
diff --git a/k9author/import.cpp b/k9author/import.cpp
index 3c80ec6..47a183d 100644
--- a/k9author/import.cpp
+++ b/k9author/import.cpp
@@ -114,17 +114,17 @@ void import::languageChange()
void import::lvDVDItemSelected(TQListViewItem*)
{
- qWarning( "import::lvDVDItemSelected(TQListViewItem*): Not implemented yet" );
+ tqWarning( "import::lvDVDItemSelected(TQListViewItem*): Not implemented yet" );
}
void import::bAddClick()
{
- qWarning( "import::bAddClick(): Not implemented yet" );
+ tqWarning( "import::bAddClick(): Not implemented yet" );
}
void import::cbFormatActivated(const TQString&)
{
- qWarning( "import::cbFormatActivated(const TQString&): Not implemented yet" );
+ tqWarning( "import::cbFormatActivated(const TQString&): Not implemented yet" );
}
#include "import.moc"
diff --git a/k9author/k9menu.cpp b/k9author/k9menu.cpp
index 26a399c..29f2b02 100644
--- a/k9author/k9menu.cpp
+++ b/k9author/k9menu.cpp
@@ -141,9 +141,9 @@ void k9Menu::convertJpegToMpeg(const TQString &_imageJpg,const TQString &_imageM
process->start();
process->sync();
if (!process->normalExit()) {
- qDebug("error converting jpeg to mpeg");
+ tqDebug("error converting jpeg to mpeg");
}
- qDebug(process->debug().latin1());
+ tqDebug(process->debug().latin1());
}
void k9Menu::createAudio(const TQString & _audioFile) {
@@ -158,7 +158,7 @@ void k9Menu::createAudio(const TQString & _audioFile) {
process->start();
process->sync();
if (!process->normalExit()) {
- qDebug("error creating audio stream");
+ tqDebug("error creating audio stream");
}
}
void k9Menu::multiplex(const TQString &_audio, const TQString &_video, const TQString _result) {
@@ -169,7 +169,7 @@ void k9Menu::multiplex(const TQString &_audio, const TQString &_video, const TQS
process->start();
process->sync();
if (!process->normalExit()) {
- qDebug("error multiplexing audio and video");
+ tqDebug("error multiplexing audio and video");
}
}
@@ -227,7 +227,7 @@ void k9Menu::spumux(const TQString &_hiFileName,const TQString &_mpgFileName) {
process->start();
process->sync();
if (!process->normalExit()) {
- qDebug("error multiplexing audio and video");
+ tqDebug("error multiplexing audio and video");
}
file.remove();
diff --git a/k9author/k9newdvd.cpp b/k9author/k9newdvd.cpp
index 48431da..a2c02e7 100644
--- a/k9author/k9newdvd.cpp
+++ b/k9author/k9newdvd.cpp
@@ -257,7 +257,7 @@ void k9NewDVD::createMencoderCmd(TQString &_cmd,TQString &_chapters, k9AviFile *
*process << "-mpegopts" << "format=dvd" << "-vf" << "scale="+scale+",harddup" << "-srate" << "48000" << "-af" << "lavcresample=48000";
*process << "-lavcopts" << TQString("vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=%1:keyint=15:acodec=%3:abitrate=%2:aspect=16/9").arg(m_videoBitrate).arg(m_config->getPrefAudioBitrate()).arg(m_config->getPrefAudioFormat().lower());
*process << "-ofps" << fps << "-o" << fileName << "-ss" << t1 << "-endpos" << t2 << _aviFile->getFileName();
- qDebug(process->debug());
+ tqDebug(process->debug());
/*
if (!m_progress->execute()) {
m_cancel=true;
diff --git a/k9author/menuEdit.cpp b/k9author/menuEdit.cpp
index d51848a..52610c4 100644
--- a/k9author/menuEdit.cpp
+++ b/k9author/menuEdit.cpp
@@ -170,42 +170,42 @@ void menuEdit::languageChange()
void menuEdit::bFontClick()
{
- qWarning( "menuEdit::bFontClick(): Not implemented yet" );
+ tqWarning( "menuEdit::bFontClick(): Not implemented yet" );
}
void menuEdit::urBackgroundSelected(const TQString&)
{
- qWarning( "menuEdit::urBackgroundSelected(const TQString&): Not implemented yet" );
+ tqWarning( "menuEdit::urBackgroundSelected(const TQString&): Not implemented yet" );
}
void menuEdit::cbColorChanged(const TQColor&)
{
- qWarning( "menuEdit::cbColorChanged(const TQColor&): Not implemented yet" );
+ tqWarning( "menuEdit::cbColorChanged(const TQColor&): Not implemented yet" );
}
void menuEdit::leTitleChanged(const TQString&)
{
- qWarning( "menuEdit::leTitleChanged(const TQString&): Not implemented yet" );
+ tqWarning( "menuEdit::leTitleChanged(const TQString&): Not implemented yet" );
}
void menuEdit::cbPosTitleActivated(int)
{
- qWarning( "menuEdit::cbPosTitleActivated(int): Not implemented yet" );
+ tqWarning( "menuEdit::cbPosTitleActivated(int): Not implemented yet" );
}
void menuEdit::bAddTextClick()
{
- qWarning( "menuEdit::bAddTextClick(): Not implemented yet" );
+ tqWarning( "menuEdit::bAddTextClick(): Not implemented yet" );
}
void menuEdit::cbStartActivated(int)
{
- qWarning( "menuEdit::cbStartActivated(int): Not implemented yet" );
+ tqWarning( "menuEdit::cbStartActivated(int): Not implemented yet" );
}
void menuEdit::cbEndActivated(int)
{
- qWarning( "menuEdit::cbEndActivated(int): Not implemented yet" );
+ tqWarning( "menuEdit::cbEndActivated(int): Not implemented yet" );
}
#include "menuEdit.moc"
diff --git a/k9author/newTitle.cpp b/k9author/newTitle.cpp
index b8edbeb..57b4385 100644
--- a/k9author/newTitle.cpp
+++ b/k9author/newTitle.cpp
@@ -137,22 +137,22 @@ void newTitle::languageChange()
void newTitle::fileSelected(const TQString&)
{
- qWarning( "newTitle::fileSelected(const TQString&): Not implemented yet" );
+ tqWarning( "newTitle::fileSelected(const TQString&): Not implemented yet" );
}
void newTitle::rbNumberClicked()
{
- qWarning( "newTitle::rbNumberClicked(): Not implemented yet" );
+ tqWarning( "newTitle::rbNumberClicked(): Not implemented yet" );
}
void newTitle::rbLengthClicked()
{
- qWarning( "newTitle::rbLengthClicked(): Not implemented yet" );
+ tqWarning( "newTitle::rbLengthClicked(): Not implemented yet" );
}
void newTitle::bAddClicked()
{
- qWarning( "newTitle::bAddClicked(): Not implemented yet" );
+ tqWarning( "newTitle::bAddClicked(): Not implemented yet" );
}
#include "newTitle.moc"