summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit6f54236d10cf16d143f9d41f929d132c19307d85 (patch)
tree2603d6097ddc7bd10286b8927a07c85b4bad6050
parent16d826ac0f129438876a1cd5d7b43179bcf11679 (diff)
downloadtdesdk-6f54236d.tar.gz
tdesdk-6f54236d.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--cervisia/cervisiapart.cpp2
-rw-r--r--cervisia/misc.cpp2
-rw-r--r--cervisia/settingsdlg.cpp4
-rw-r--r--kbabel/catalogmanager/catalogmanagerview.cpp2
-rw-r--r--kbabel/catalogmanager/future.cpp2
-rw-r--r--kbabel/catalogmanager/libcvs/cvsdialog.cpp2
-rw-r--r--kbabel/catalogmanager/libsvn/svndialog.cpp2
-rw-r--r--kbabel/kbabel/kbabel.cpp2
-rw-r--r--kbabel/kbabel/kbabelview.cpp2
-rw-r--r--kbugbuster/backend/bug.cpp2
-rw-r--r--kioslave/svn/ksvnd/ksvnd.cpp2
11 files changed, 12 insertions, 12 deletions
diff --git a/cervisia/cervisiapart.cpp b/cervisia/cervisiapart.cpp
index dea2bab8..ea6ba686 100644
--- a/cervisia/cervisiapart.cpp
+++ b/cervisia/cervisiapart.cpp
@@ -257,7 +257,7 @@ void CervisiaPart::setupActions()
action->setToolTip( hint );
action->setWhatsThis( hint );
- action = new KAction( i18n("&tqStatus"), "vcs_status", Key_F5,
+ action = new KAction( i18n("&Status"), "vcs_status", Key_F5,
this, TQT_SLOT( slottqStatus() ),
actionCollection(), "file_status" );
hint = i18n("Updates the status (cvs -n update) of the selected files and folders");
diff --git a/cervisia/misc.cpp b/cervisia/misc.cpp
index c58bee78..76ae72d1 100644
--- a/cervisia/misc.cpp
+++ b/cervisia/misc.cpp
@@ -82,7 +82,7 @@ static const TQStringList FetchBranchesAndTags(const TQString& searchedType,
if( !cvsService->ok() )
return branchOrTagList;
- ProgressDialog dlg(parent, "Status", job, TQString(), i18n("CVS tqStatus"));
+ ProgressDialog dlg(parent, "Status", job, TQString(), i18n("CVS Status"));
if( dlg.execute() )
{
diff --git a/cervisia/settingsdlg.cpp b/cervisia/settingsdlg.cpp
index ad19d00c..eecdd41f 100644
--- a/cervisia/settingsdlg.cpp
+++ b/cervisia/settingsdlg.cpp
@@ -297,9 +297,9 @@ void SettingsDialog::addStatusPage()
LoadIcon("fork"));
remotestatusbox = new TQCheckBox(i18n("When opening a sandbox from a &remote repository,\n"
- "start a File->tqStatus command automatically"), statusPage);
+ "start a File->Status command automatically"), statusPage);
localstatusbox = new TQCheckBox(i18n("When opening a sandbox from a &local repository,\n"
- "start a File->tqStatus command automatically"), statusPage);
+ "start a File->Status command automatically"), statusPage);
// dummy widget to take up the vertical space
new TQWidget(statusPage);
diff --git a/kbabel/catalogmanager/catalogmanagerview.cpp b/kbabel/catalogmanager/catalogmanagerview.cpp
index 3501f17b..f6a96ff5 100644
--- a/kbabel/catalogmanager/catalogmanagerview.cpp
+++ b/kbabel/catalogmanager/catalogmanagerview.cpp
@@ -91,7 +91,7 @@ const char* columnNames[] = {
I18N_NOOP("Fuzzy"),
I18N_NOOP("Untranslated"),
I18N_NOOP("Total"),
- I18N_NOOP("CVS/SVN tqStatus"),
+ I18N_NOOP("CVS/SVN Status"),
I18N_NOOP("Last Revision"),
I18N_NOOP("Last Translator")
};
diff --git a/kbabel/catalogmanager/future.cpp b/kbabel/catalogmanager/future.cpp
index a1da0036..4c9c8a90 100644
--- a/kbabel/catalogmanager/future.cpp
+++ b/kbabel/catalogmanager/future.cpp
@@ -2,7 +2,7 @@
// Misc. messages already existing in the kbabel-svn branch
i18n("SVN");
-i18n( "CVS/SVN tqStatus" );
+i18n( "CVS/SVN Status" );
// Messages for further SVN functions
i18n( "Resolved" );
diff --git a/kbabel/catalogmanager/libcvs/cvsdialog.cpp b/kbabel/catalogmanager/libcvs/cvsdialog.cpp
index 7043c8f3..1cfd6ab7 100644
--- a/kbabel/catalogmanager/libcvs/cvsdialog.cpp
+++ b/kbabel/catalogmanager/libcvs/cvsdialog.cpp
@@ -144,7 +144,7 @@ CVSDialog::CVSDialog( CVS::Command cmd, TQWidget * parent, KSharedConfig* config
temp = i18n( "&Commit" );
break;
case CVS::tqStatus:
- temp = i18n( "&Get tqStatus" );
+ temp = i18n( "&Get Status" );
break;
case CVS::Diff:
temp = i18n( "&Get Diff" );
diff --git a/kbabel/catalogmanager/libsvn/svndialog.cpp b/kbabel/catalogmanager/libsvn/svndialog.cpp
index b54b25eb..756ace69 100644
--- a/kbabel/catalogmanager/libsvn/svndialog.cpp
+++ b/kbabel/catalogmanager/libsvn/svndialog.cpp
@@ -136,7 +136,7 @@ SVNDialog::SVNDialog( SVN::Command cmd, TQWidget * parent, KSharedConfig* config
break;
case SVN::StatusRemote:
case SVN::StatusLocal:
- temp = i18n( "&Get tqStatus" );
+ temp = i18n( "&Get Status" );
break;
case SVN::Diff:
temp = i18n( "&Get Diff" );
diff --git a/kbabel/kbabel/kbabel.cpp b/kbabel/kbabel/kbabel.cpp
index e5e6a00e..b91f26e4 100644
--- a/kbabel/kbabel/kbabel.cpp
+++ b/kbabel/kbabel/kbabel.cpp
@@ -454,7 +454,7 @@ void KBabelMW::setupActions()
action = new KAction(i18n("Copy Selected Character to Msgstr"), Key_F10, TQT_TQOBJECT(m_charselectorview)
,TQT_SLOT(emitChar()), actionCollection(), "char2msgstr");
- a_unsetFuzzy = new KAction(i18n("To&ggle Fuzzy tqStatus"), "togglefuzzy", CTRL+Key_U, TQT_TQOBJECT(m_view)
+ a_unsetFuzzy = new KAction(i18n("To&ggle Fuzzy Status"), "togglefuzzy", CTRL+Key_U, TQT_TQOBJECT(m_view)
, TQT_SLOT(removeFuzzytqStatus()), actionCollection(), "edit_toggle_fuzzy");
action = new KAction(i18n("&Edit Header..."), 0, TQT_TQOBJECT(m_view), TQT_SLOT(editHeader()),
actionCollection(), "edit_edit_header");
diff --git a/kbabel/kbabel/kbabelview.cpp b/kbabel/kbabel/kbabelview.cpp
index 8c5746b0..47ea0612 100644
--- a/kbabel/kbabel/kbabelview.cpp
+++ b/kbabel/kbabel/kbabelview.cpp
@@ -434,7 +434,7 @@ of the currently displayed entry.</p></qt>"));
hb->addStretch(1);
// ### TODO: perhaps it should be moreprecise where the setting can be changed
- TQString ledMsg=i18n("<qt><p><b>tqStatus LEDs</b></p>\n"
+ TQString ledMsg=i18n("<qt><p><b>Status LEDs</b></p>\n"
"<p>These LEDs display the status of the currently displayed message.\n"
"You can change their color in the preferences dialog section\n"
"<b>Editor</b> on page <b>Appearance</b></p></qt>");
diff --git a/kbugbuster/backend/bug.cpp b/kbugbuster/backend/bug.cpp
index edb94744..c2328122 100644
--- a/kbugbuster/backend/bug.cpp
+++ b/kbugbuster/backend/bug.cpp
@@ -134,7 +134,7 @@ Bug::tqStatus Bug::stringTotqStatus( const TQString &s, bool *ok )
else if ( s == "reopened" ) return Reopened;
else if ( s == "closed" ) return Closed;
- kdWarning() << "Bug::stringTotqStatus: invalid status: " << s << endl;
+ kdWarning() << "Bug::stringToStatus: invalid status: " << s << endl;
if ( ok )
*ok = false;
return StatusUndefined;
diff --git a/kioslave/svn/ksvnd/ksvnd.cpp b/kioslave/svn/ksvnd/ksvnd.cpp
index 174d9fc9..fb96c9af 100644
--- a/kioslave/svn/ksvnd/ksvnd.cpp
+++ b/kioslave/svn/ksvnd/ksvnd.cpp
@@ -339,7 +339,7 @@ void KSvnd::status(const TQString& path, int text_status, int prop_status, int r
TQDataStream stream(params, IO_WriteOnly);
stream << path << text_status << prop_status << repos_text_status << repos_prop_status << rev;
- emitDCOPSignal( "subversiontqStatus(TQString,int,int,int,int,long int)", params );
+ emitDCOPSignal( "subversionStatus(TQString,int,int,int,int,long int)", params );
}
void KSvnd::popupMessage( const TQString& message ) {