diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | 029d6084e699568256c53a8270cb36ad4f66b935 (patch) | |
tree | 4f95db8e3813306493e454f753180f6933ba2538 /korganizer/koeditordetails.cpp | |
parent | 018997dddf59bef4b6686d477207137aa39089de (diff) | |
download | tdepim-029d6084e699568256c53a8270cb36ad4f66b935.tar.gz tdepim-029d6084e699568256c53a8270cb36ad4f66b935.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/koeditordetails.cpp')
-rw-r--r-- | korganizer/koeditordetails.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeditordetails.cpp b/korganizer/koeditordetails.cpp index d5f397f30..4f1915de0 100644 --- a/korganizer/koeditordetails.cpp +++ b/korganizer/koeditordetails.cpp @@ -199,7 +199,7 @@ KOEditorDetails::KOEditorDetails( int spacing, TQWidget *parent, mListView->addColumn( i18n("Name"), 200 ); mListView->addColumn( i18n("Email"), 200 ); mListView->addColumn( i18n("Role"), 80 ); - mListView->addColumn( i18n("tqStatus"), 100 ); + mListView->addColumn( i18n("Status"), 100 ); mListView->addColumn( i18n("RSVP"), 55 ); mListView->addColumn( i18n("Delegated to"), 120 ); mListView->addColumn( i18n("Delegated from" ), 120 ); |