summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/filelistviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:27:08 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:27:08 -0600
commit773793eead2fea173ec9202ee938020592e86a02 (patch)
tree2df8f77f488c1e7de1c16eb6d50d33337bc6bea5 /src/svnfrontend/filelistviewitem.cpp
parentf4899658cbe0d29487071c8340b66c80cc2a3010 (diff)
downloadtdesvn-773793eead2fea173ec9202ee938020592e86a02.tar.gz
tdesvn-773793eead2fea173ec9202ee938020592e86a02.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/svnfrontend/filelistviewitem.cpp')
-rw-r--r--src/svnfrontend/filelistviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/filelistviewitem.cpp b/src/svnfrontend/filelistviewitem.cpp
index 812ee69..ba13f27 100644
--- a/src/svnfrontend/filelistviewitem.cpp
+++ b/src/svnfrontend/filelistviewitem.cpp
@@ -191,7 +191,7 @@ void FileListViewItem::update()
}
setText(COL_STATUS,infoText());
setText(COL_LAST_AUTHOR,cmtAuthor());
- setText(COL_LAST_DATE,KGlobal::locale()->formatDateTime(fullDate()));
+ setText(COL_LAST_DATE,TDEGlobal::locale()->formatDateTime(fullDate()));
setText(COL_LAST_REV,TQString("%1").arg(cmtRev()));
setText(COL_IS_LOCKED,lockOwner());
}