summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/kbabelview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/kbabelview.cpp')
-rw-r--r--kbabel/kbabel/kbabelview.cpp224
1 files changed, 112 insertions, 112 deletions
diff --git a/kbabel/kbabel/kbabelview.cpp b/kbabel/kbabel/kbabelview.cpp
index c630314e..fb38e592 100644
--- a/kbabel/kbabel/kbabelview.cpp
+++ b/kbabel/kbabel/kbabelview.cpp
@@ -201,57 +201,57 @@ KBabelView::KBabelView(KBCatalog* catalog,KBabelMW *parent, Project::Ptr project
msgstrEdit->setReadOnly(true);
dictBox->setEnabled(false);
- connect(this, TQT_SIGNAL(signalNewFileOpened(KURL)),
- m_cataloglistview, TQT_SLOT(slotNewFileOpened()));
+ connect(this, TQ_SIGNAL(signalNewFileOpened(KURL)),
+ m_cataloglistview, TQ_SLOT(slotNewFileOpened()));
- connect(msgstrEdit,TQT_SIGNAL(signalUndoCmd(KBabel::EditCommand*)),this,TQT_SLOT(forwardMsgstrEditCmd(KBabel::EditCommand*)));
- connect(msgstrEdit,TQT_SIGNAL(textChanged()),this
- ,TQT_SIGNAL(signalMsgstrChanged()));
+ connect(msgstrEdit,TQ_SIGNAL(signalUndoCmd(KBabel::EditCommand*)),this,TQ_SLOT(forwardMsgstrEditCmd(KBabel::EditCommand*)));
+ connect(msgstrEdit,TQ_SIGNAL(textChanged()),this
+ ,TQ_SIGNAL(signalMsgstrChanged()));
- connect(msgstrEdit,TQT_SIGNAL(textChanged(const TQString&)),m_cataloglistview
- ,TQT_SLOT(msgstrChanged(const TQString&)));
+ connect(msgstrEdit,TQ_SIGNAL(textChanged(const TQString&)),m_cataloglistview
+ ,TQ_SLOT(msgstrChanged(const TQString&)));
- connect(this,TQT_SIGNAL(signalMsgstrChanged()),this,TQT_SLOT(autoCheck()));
- connect(msgstrEdit,TQT_SIGNAL(currentFormChanged(uint)), this
- ,TQT_SLOT(msgstrPluralFormChanged(uint)));
-
- connect(msgidLabel,TQT_SIGNAL(cursorPositionChanged(int,int))
- , this, TQT_SIGNAL(signalCursorPosChanged(int,int)));
- connect(msgstrEdit,TQT_SIGNAL(cursorPositionChanged(int,int))
- , this, TQT_SIGNAL(signalCursorPosChanged(int,int)));
-
- connect(dictBox,TQT_SIGNAL(searchStarted()),this
- ,TQT_SLOT(forwardSearchStart()));
- connect(dictBox, TQT_SIGNAL(progressStarts(const TQString&)), this
- ,TQT_SLOT(forwardProgressStart(const TQString&)));
- connect(dictBox,TQT_SIGNAL(progressed(int)),this
- ,TQT_SIGNAL(signalProgress(int)));
- connect(dictBox,TQT_SIGNAL(searchStopped()),this
- ,TQT_SLOT(forwardSearchStop()));
- connect(dictBox,TQT_SIGNAL(progressEnds()),this
- ,TQT_SIGNAL(signalClearProgressBar()));
-
- connect(dictBox,TQT_SIGNAL(modulesChanged()),this,
- TQT_SIGNAL(signalDictionariesChanged()));
- connect(dictBox,TQT_SIGNAL(errorInModule(const TQString&)),this
- ,TQT_SLOT(showError(const TQString&)));
-
- connect(_catalog,TQT_SIGNAL(signalSettingsChanged(KBabel::IdentitySettings)),
- this, TQT_SLOT(setNewLanguage()));
-
- connect(_catalog,TQT_SIGNAL(signalNumberOfFuzziesChanged(uint)),
- this, TQT_SLOT(checkFuzzies()));
- connect(_catalog,TQT_SIGNAL(signalNumberOfUntranslatedChanged(uint)),
- this, TQT_SLOT(checkUntranslated()));
+ connect(this,TQ_SIGNAL(signalMsgstrChanged()),this,TQ_SLOT(autoCheck()));
+ connect(msgstrEdit,TQ_SIGNAL(currentFormChanged(uint)), this
+ ,TQ_SLOT(msgstrPluralFormChanged(uint)));
+
+ connect(msgidLabel,TQ_SIGNAL(cursorPositionChanged(int,int))
+ , this, TQ_SIGNAL(signalCursorPosChanged(int,int)));
+ connect(msgstrEdit,TQ_SIGNAL(cursorPositionChanged(int,int))
+ , this, TQ_SIGNAL(signalCursorPosChanged(int,int)));
+
+ connect(dictBox,TQ_SIGNAL(searchStarted()),this
+ ,TQ_SLOT(forwardSearchStart()));
+ connect(dictBox, TQ_SIGNAL(progressStarts(const TQString&)), this
+ ,TQ_SLOT(forwardProgressStart(const TQString&)));
+ connect(dictBox,TQ_SIGNAL(progressed(int)),this
+ ,TQ_SIGNAL(signalProgress(int)));
+ connect(dictBox,TQ_SIGNAL(searchStopped()),this
+ ,TQ_SLOT(forwardSearchStop()));
+ connect(dictBox,TQ_SIGNAL(progressEnds()),this
+ ,TQ_SIGNAL(signalClearProgressBar()));
+
+ connect(dictBox,TQ_SIGNAL(modulesChanged()),this,
+ TQ_SIGNAL(signalDictionariesChanged()));
+ connect(dictBox,TQ_SIGNAL(errorInModule(const TQString&)),this
+ ,TQ_SLOT(showError(const TQString&)));
+
+ connect(_catalog,TQ_SIGNAL(signalSettingsChanged(KBabel::IdentitySettings)),
+ this, TQ_SLOT(setNewLanguage()));
+
+ connect(_catalog,TQ_SIGNAL(signalNumberOfFuzziesChanged(uint)),
+ this, TQ_SLOT(checkFuzzies()));
+ connect(_catalog,TQ_SIGNAL(signalNumberOfUntranslatedChanged(uint)),
+ this, TQ_SLOT(checkUntranslated()));
if(buildLeds)
{
- connect(this,TQT_SIGNAL(signalFuzzyDisplayed(bool))
- ,this,TQT_SLOT(toggleFuzzyLed(bool)));
- connect(this,TQT_SIGNAL(signalUntranslatedDisplayed(bool))
- ,this,TQT_SLOT(toggleUntransLed(bool)));
- connect(this,TQT_SIGNAL(signalFaultyDisplayed(bool))
- ,this,TQT_SLOT(toggleErrorLed(bool)));
+ connect(this,TQ_SIGNAL(signalFuzzyDisplayed(bool))
+ ,this,TQ_SLOT(toggleFuzzyLed(bool)));
+ connect(this,TQ_SIGNAL(signalUntranslatedDisplayed(bool))
+ ,this,TQ_SLOT(toggleUntransLed(bool)));
+ connect(this,TQ_SIGNAL(signalFaultyDisplayed(bool))
+ ,this,TQ_SLOT(toggleErrorLed(bool)));
}
_dropMenu = new TQPopupMenu(this);
@@ -261,8 +261,8 @@ KBabelView::KBabelView(KBCatalog* catalog,KBabelMW *parent, Project::Ptr project
readSettings(_config);
readProject(_project);
- connect (project, TQT_SIGNAL(signalSpellcheckSettingsChanged()),
- this, TQT_SLOT(updateProjectSettings()));
+ connect (project, TQ_SIGNAL(signalSpellcheckSettingsChanged()),
+ this, TQ_SLOT(updateProjectSettings()));
if(!_catalog->currentURL().isEmpty())
{
@@ -356,10 +356,10 @@ of the currently displayed entry.</p></qt>"));
m_mainwindow->setMainDockWidget(mainDock); // master dockwidget
mainDock->show ();
m_mainwindow->setView (mainDock);
- connect (this, TQT_SIGNAL (signalCopy ()), this, TQT_SLOT (textCopy ()));
- connect (this, TQT_SIGNAL (signalCut ()), this, TQT_SLOT (textCut ()));
- connect (this, TQT_SIGNAL (signalPaste ()), this, TQT_SLOT (textPaste ()));
- connect (this, TQT_SIGNAL (signalSelectAll ()), this, TQT_SLOT (selectAll ()));
+ connect (this, TQ_SIGNAL (signalCopy ()), this, TQ_SLOT (textCopy ()));
+ connect (this, TQ_SIGNAL (signalCut ()), this, TQ_SLOT (textCut ()));
+ connect (this, TQ_SIGNAL (signalPaste ()), this, TQ_SLOT (textPaste ()));
+ connect (this, TQ_SIGNAL (signalSelectAll ()), this, TQ_SLOT (selectAll ()));
KDockWidget* comment_dock = m_mainwindow->createDockWidget( "Comment", TQPixmap ());
//i18n: translators: Dock window caption
@@ -372,10 +372,10 @@ of the currently displayed entry.</p></qt>"));
KDockWidget::DockRight, // dock site
20 ); // relation target/this (in percent)
comment_dock->show ();
- connect (this, TQT_SIGNAL (signalCopy ()), m_commentview, TQT_SLOT (textCopy ()));
- connect (this, TQT_SIGNAL (signalCut ()), m_commentview, TQT_SLOT (textCut ()));
- connect (this, TQT_SIGNAL (signalPaste ()), m_commentview, TQT_SLOT (textPaste ()));
- connect (this, TQT_SIGNAL (signalSelectAll ()), m_commentview, TQT_SLOT (textSelectAll ()));
+ connect (this, TQ_SIGNAL (signalCopy ()), m_commentview, TQ_SLOT (textCopy ()));
+ connect (this, TQ_SIGNAL (signalCut ()), m_commentview, TQ_SLOT (textCut ()));
+ connect (this, TQ_SIGNAL (signalPaste ()), m_commentview, TQ_SLOT (textPaste ()));
+ connect (this, TQ_SIGNAL (signalSelectAll ()), m_commentview, TQ_SLOT (textSelectAll ()));
m_commentview->installEventFilter( this );
// build the msgstr widget
@@ -550,30 +550,30 @@ of the currently displayed entry.</p></qt>"));
20 );
dock->show ();
- connect(m_cataloglistview,TQT_SIGNAL(signalSelectionChanged(const KBabel::DocPosition&))
- ,this,TQT_SLOT(gotoEntry(const KBabel::DocPosition&)));
- connect(this,TQT_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
- ,m_commentview,TQT_SLOT(gotoEntry(const KBabel::DocPosition&)));
- connect(this,TQT_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
- ,m_contextview,TQT_SLOT(gotoEntry(const KBabel::DocPosition&)));
- connect(this,TQT_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
- ,m_taglistview,TQT_SLOT(gotoEntry(const KBabel::DocPosition&)));
- connect(this,TQT_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
- ,m_sourceview,TQT_SLOT(gotoEntry(const KBabel::DocPosition&)));
- connect(this,TQT_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
- ,m_errorlistview,TQT_SLOT(gotoEntry(const KBabel::DocPosition&)));
- connect(this,TQT_SIGNAL(signalFaultyDisplayed(bool))
- ,m_errorlistview,TQT_SLOT(updateView()));
- connect(m_charselectorview, TQT_SIGNAL( characterDoubleClicked(TQChar) )
- ,this, TQT_SLOT( insertChar(TQChar) ));
- connect(m_taglistview,TQT_SIGNAL(signalTagSelected(const TQString&))
- , this, TQT_SLOT(insertTagFromTool(const TQString&)));
- connect(m_taglistview,TQT_SIGNAL(signalHighlightedTagChanged(int))
- , this, TQT_SLOT(skipToTagFromTool(int)));
- connect(this, TQT_SIGNAL(signalNextTag(int))
- , m_taglistview, TQT_SLOT(highlightTag(int)));
- connect(m_commentview,TQT_SIGNAL(signalCursorPosChanged(int,int))
- , m_mainwindow, TQT_SLOT(updateCursorPosition(int,int)));
+ connect(m_cataloglistview,TQ_SIGNAL(signalSelectionChanged(const KBabel::DocPosition&))
+ ,this,TQ_SLOT(gotoEntry(const KBabel::DocPosition&)));
+ connect(this,TQ_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
+ ,m_commentview,TQ_SLOT(gotoEntry(const KBabel::DocPosition&)));
+ connect(this,TQ_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
+ ,m_contextview,TQ_SLOT(gotoEntry(const KBabel::DocPosition&)));
+ connect(this,TQ_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
+ ,m_taglistview,TQ_SLOT(gotoEntry(const KBabel::DocPosition&)));
+ connect(this,TQ_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
+ ,m_sourceview,TQ_SLOT(gotoEntry(const KBabel::DocPosition&)));
+ connect(this,TQ_SIGNAL(signalDisplayed(const KBabel::DocPosition&))
+ ,m_errorlistview,TQ_SLOT(gotoEntry(const KBabel::DocPosition&)));
+ connect(this,TQ_SIGNAL(signalFaultyDisplayed(bool))
+ ,m_errorlistview,TQ_SLOT(updateView()));
+ connect(m_charselectorview, TQ_SIGNAL( characterDoubleClicked(TQChar) )
+ ,this, TQ_SLOT( insertChar(TQChar) ));
+ connect(m_taglistview,TQ_SIGNAL(signalTagSelected(const TQString&))
+ , this, TQ_SLOT(insertTagFromTool(const TQString&)));
+ connect(m_taglistview,TQ_SIGNAL(signalHighlightedTagChanged(int))
+ , this, TQ_SLOT(skipToTagFromTool(int)));
+ connect(this, TQ_SIGNAL(signalNextTag(int))
+ , m_taglistview, TQ_SLOT(highlightTag(int)));
+ connect(m_commentview,TQ_SIGNAL(signalCursorPosChanged(int,int))
+ , m_mainwindow, TQ_SLOT(updateCursorPosition(int,int)));
}
KBabelView *KBabelView::viewForURL(const KURL& url, const TQString project)
@@ -684,8 +684,8 @@ void KBabelView::readSettings(TDEConfig* config)
if(KBabelSettings::autoUnsetFuzzy())
{
- connect(msgstrEdit,TQT_SIGNAL(textChanged())
- ,this,TQT_SLOT(autoRemoveFuzzyStatus()));
+ connect(msgstrEdit,TQ_SIGNAL(textChanged())
+ ,this,TQ_SLOT(autoRemoveFuzzyStatus()));
}
setupAutoCheckTools();
@@ -770,7 +770,7 @@ void KBabelView::readProject(Project::Ptr project)
spell2.config->setEncoding(_spellcheckSettings.spellEncoding);
spell2.config->setDictionary(_spellcheckSettings.spellDict);
- spell2.tdespell= new KSpell(this, "", this, TQT_SLOT(dummy(KSpell *)),
+ spell2.tdespell= new KSpell(this, "", this, TQ_SLOT(dummy(KSpell *)),
spell2.config, false, false);
if(spell2.tdespell->status() == KSpell::Error)
kdWarning(KBABEL) << "Something's wrong with KSpell, can't start on-the-fly checking" << endl;
@@ -853,13 +853,13 @@ void KBabelView::updateSettings()
_errorLed->setColor(KBabelSettings::ledColor());
}
- disconnect(msgstrEdit,TQT_SIGNAL(textChanged())
- ,this,TQT_SLOT(autoRemoveFuzzyStatus()));
+ disconnect(msgstrEdit,TQ_SIGNAL(textChanged())
+ ,this,TQ_SLOT(autoRemoveFuzzyStatus()));
if(KBabelSettings::autoUnsetFuzzy())
{
- connect(msgstrEdit,TQT_SIGNAL(textChanged())
- ,this,TQT_SLOT(autoRemoveFuzzyStatus()));
+ connect(msgstrEdit,TQ_SIGNAL(textChanged())
+ ,this,TQ_SLOT(autoRemoveFuzzyStatus()));
}
msgstrEdit->setCleverEditing(KBabelSettings::cleverEditing());
@@ -1244,7 +1244,7 @@ void KBabelView::open(const KURL& _url, const TQString & package, bool checkIfMo
if ( _autoSaveDelay ) {
if ( !autoSaveTimer ) {
autoSaveTimer = new TQTimer( this, "AUTOSAVE TIMER" );
- connect( autoSaveTimer, TQT_SIGNAL( timeout( ) ), this, TQT_SLOT( slotAutoSaveTimeout( ) ) );
+ connect( autoSaveTimer, TQ_SIGNAL( timeout( ) ), this, TQ_SLOT( slotAutoSaveTimeout( ) ) );
}
autoSaveTimer->stop( );
autoSaveTimer->start( 1000 * 60 * _autoSaveDelay );
@@ -1831,7 +1831,7 @@ void KBabelView::updateEditor(int form, bool delay)
if(KBabelSettings::autoUnsetFuzzy() && !msgstrEdit->isModified())
{
- disconnect(msgstrEdit,TQT_SIGNAL(textChanged()),this,TQT_SLOT(autoRemoveFuzzyStatus()));
+ disconnect(msgstrEdit,TQ_SIGNAL(textChanged()),this,TQ_SLOT(autoRemoveFuzzyStatus()));
}
msgidLabel->setText(_catalog->msgid(_currentIndex), _catalog->msgctxt(_currentIndex));
@@ -1844,7 +1844,7 @@ void KBabelView::updateEditor(int form, bool delay)
if(KBabelSettings::autoUnsetFuzzy() && _catalog->isFuzzy(_currentIndex))
{
- connect(msgstrEdit,TQT_SIGNAL(textChanged()),this,TQT_SLOT(autoRemoveFuzzyStatus()));
+ connect(msgstrEdit,TQ_SIGNAL(textChanged()),this,TQ_SLOT(autoRemoveFuzzyStatus()));
}
msgstrEdit->blockSignals(false);
@@ -1862,7 +1862,7 @@ void KBabelView::updateEditor(int form, bool delay)
{
if (delay)
{
- TQTimer::singleShot(0, this, TQT_SLOT (startSearch()));
+ TQTimer::singleShot(0, this, TQ_SLOT (startSearch()));
}
else
{
@@ -2518,9 +2518,9 @@ void KBabelView::replace()
if(success) {
if(!_replaceAskDialog) {
_replaceAskDialog = new ReplaceDialog(this);
- connect(_replaceAskDialog,TQT_SIGNAL(replace()),this,TQT_SLOT(replaceNext()));
- connect(_replaceAskDialog,TQT_SIGNAL(next()),this,TQT_SLOT(findNextReplace()));
- connect(_replaceAskDialog,TQT_SIGNAL(replaceAll()),this,TQT_SLOT(replaceAll()));
+ connect(_replaceAskDialog,TQ_SIGNAL(replace()),this,TQ_SLOT(replaceNext()));
+ connect(_replaceAskDialog,TQ_SIGNAL(next()),this,TQ_SLOT(findNextReplace()));
+ connect(_replaceAskDialog,TQ_SIGNAL(replaceAll()),this,TQ_SLOT(replaceAll()));
}
if(opts.ask) {
@@ -2749,9 +2749,9 @@ void KBabelView::replaceInFile(TQCString fileSource, KBabel::ReplaceOptions opti
else {
if(!_replaceAskDialog) {
_replaceAskDialog = new ReplaceDialog(this);
- connect(_replaceAskDialog,TQT_SIGNAL(replace()),this,TQT_SLOT(replaceNext()));
- connect(_replaceAskDialog,TQT_SIGNAL(next()),this,TQT_SLOT(findNextReplace()));
- connect(_replaceAskDialog,TQT_SIGNAL(replaceAll()),this,TQT_SLOT(replaceAll()));
+ connect(_replaceAskDialog,TQ_SIGNAL(replace()),this,TQ_SLOT(replaceNext()));
+ connect(_replaceAskDialog,TQ_SIGNAL(next()),this,TQ_SLOT(findNextReplace()));
+ connect(_replaceAskDialog,TQ_SIGNAL(replaceAll()),this,TQ_SLOT(replaceAll()));
}
if(options.ask) {
@@ -3335,7 +3335,7 @@ void KBabelView::checkUntranslated()
void KBabelView::autoRemoveFuzzyStatus()
{
// only at first text change remove fuzzy status
- disconnect(msgstrEdit,TQT_SIGNAL(textChanged()),this,TQT_SLOT(autoRemoveFuzzyStatus()));
+ disconnect(msgstrEdit,TQ_SIGNAL(textChanged()),this,TQ_SLOT(autoRemoveFuzzyStatus()));
//removeFuzzyStatus();
}
@@ -3943,7 +3943,7 @@ void KBabelView::spellcheck()
_dontBeep=true;
spell.tdespell= new KSpell (this, i18n("Spellcheck"),
- this, TQT_SLOT(spellStart(KSpell *)), spell.config, true, true);
+ this, TQ_SLOT(spellStart(KSpell *)), spell.config, true, true);
if( spell.tdespell->status() == KSpell::Error )
{
KMessageBox::error( this, i18n("KBabel cannot start spell checker. "
@@ -3951,20 +3951,20 @@ void KBabelView::spellcheck()
return;
}
- connect(spell.tdespell, TQT_SIGNAL(death()),this, TQT_SLOT(spellCleanDone()));
+ connect(spell.tdespell, TQ_SIGNAL(death()),this, TQ_SLOT(spellCleanDone()));
- connect(spell.tdespell, TQT_SIGNAL(misspelling(const TQString &, const TQStringList &
+ connect(spell.tdespell, TQ_SIGNAL(misspelling(const TQString &, const TQStringList &
, unsigned int)), this
- , TQT_SLOT(spellMisspelled(const TQString &, const TQStringList &, unsigned int)));
+ , TQ_SLOT(spellMisspelled(const TQString &, const TQStringList &, unsigned int)));
- connect(spell.tdespell, TQT_SIGNAL(corrected(const TQString &, const TQString &, unsigned int))
- , this, TQT_SLOT(spellCorrected(const TQString &, const TQString &, unsigned int)));
+ connect(spell.tdespell, TQ_SIGNAL(corrected(const TQString &, const TQString &, unsigned int))
+ , this, TQ_SLOT(spellCorrected(const TQString &, const TQString &, unsigned int)));
- connect(spell.tdespell,TQT_SIGNAL(ignoreall(const TQString &))
- , this, TQT_SLOT(spellAddIgnore(const TQString &)));
+ connect(spell.tdespell,TQ_SIGNAL(ignoreall(const TQString &))
+ , this, TQ_SLOT(spellAddIgnore(const TQString &)));
- connect(spell.tdespell, TQT_SIGNAL(done(bool))
- , this, TQT_SLOT(spellResult(bool)));
+ connect(spell.tdespell, TQ_SIGNAL(done(bool))
+ , this, TQ_SLOT(spellResult(bool)));
spell.tdespell->setAutoDelete(true); // let KSpell handle delete
}
@@ -4368,7 +4368,7 @@ void KBabelView::spellResult(bool flag)
spell.tdespell->cleanUp();
emit signalSpellcheckDone(s);
- TQTimer::singleShot(0,this,TQT_SLOT(cleanUpSpellStruct()));
+ TQTimer::singleShot(0,this,TQ_SLOT(cleanUpSpellStruct()));
}
@@ -4458,16 +4458,16 @@ void KBabelView::slotAutoSaveTimeout( )
void KBabelView::useProject (Project::Ptr project)
{
// FIXME: close the current project first
- disconnect (_project, TQT_SIGNAL(signalSpellcheckSettingsChanged()),
- this, TQT_SLOT(updateProjectSettings()));
+ disconnect (_project, TQ_SIGNAL(signalSpellcheckSettingsChanged()),
+ this, TQ_SLOT(updateProjectSettings()));
_project = project;
_catalog->useProject(_project);
readProject(_project);
- connect (project, TQT_SIGNAL(signalSpellcheckSettingsChanged()),
- this, TQT_SLOT(updateProjectSettings()));
+ connect (project, TQ_SIGNAL(signalSpellcheckSettingsChanged()),
+ this, TQ_SLOT(updateProjectSettings()));
}
#include "kbabelview.moc"