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 | 6371eaf92308c66fa386dbfc43baaf1ef16feda5 (patch) | |
tree | 4a1990f66095860aca62feff8b15480e2545facb /parts | |
parent | ab257225f82696202bf13962be1926f7bbdad243 (diff) | |
download | tdevelop-6371eaf92308c66fa386dbfc43baaf1ef16feda5.tar.gz tdevelop-6371eaf92308c66fa386dbfc43baaf1ef16feda5.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts')
-rw-r--r-- | parts/fileview/vcsfiletreewidgetimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/fileview/vcsfiletreewidgetimpl.cpp b/parts/fileview/vcsfiletreewidgetimpl.cpp index eb3d2c4a..79486ec0 100644 --- a/parts/fileview/vcsfiletreewidgetimpl.cpp +++ b/parts/fileview/vcsfiletreewidgetimpl.cpp @@ -194,7 +194,7 @@ VCSFileTreeWidgetImpl::VCSFileTreeWidgetImpl( FileTreeWidget *parent, KDevVCSFil // Update the #define order on top if you change this order! parent->addColumn( "Filename" ); - parent->addColumn( "tqStatus" ); + parent->addColumn( "Status" ); parent->addColumn( "Work" ); parent->addColumn( "Repo" ); |