diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:27:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:27:08 -0600 |
commit | 773793eead2fea173ec9202ee938020592e86a02 (patch) | |
tree | 2df8f77f488c1e7de1c16eb6d50d33337bc6bea5 /src/helpers/sub2qt.cpp | |
parent | f4899658cbe0d29487071c8340b66c80cc2a3010 (diff) | |
download | tdesvn-773793eead2fea173ec9202ee938020592e86a02.tar.gz tdesvn-773793eead2fea173ec9202ee938020592e86a02.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/helpers/sub2qt.cpp')
-rw-r--r-- | src/helpers/sub2qt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/sub2qt.cpp b/src/helpers/sub2qt.cpp index abe699c..cc18b4e 100644 --- a/src/helpers/sub2qt.cpp +++ b/src/helpers/sub2qt.cpp @@ -42,7 +42,7 @@ TQString sub2qt::apr_time2qtString(apr_time_t _time) TQString sub2qt::DateTime2qtString(const svn::DateTime&_time) { - return KGlobal::locale()->formatDateTime(_time); + return TDEGlobal::locale()->formatDateTime(_time); } }; |