diff options
Diffstat (limited to 'src/svnqt/datetime.cpp')
-rw-r--r-- | src/svnqt/datetime.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svnqt/datetime.cpp b/src/svnqt/datetime.cpp index 51625b3..ad212e0 100644 --- a/src/svnqt/datetime.cpp +++ b/src/svnqt/datetime.cpp @@ -1,5 +1,5 @@ /* - * Port for usage with qt-framework and development for tdesvn + * Port for usage with tqt-framework and development for tdesvn * (C) 2005-2007 by Rajko Albrecht * http://tdesvn.alwins-world.de */ @@ -32,7 +32,7 @@ #include "apr_date.h" // svncpp -#include "datetime.hpp" +#include "datetime.h" namespace svn @@ -140,8 +140,8 @@ namespace svn void DateTime::setAprTime(apr_time_t aTime) { - if (aTime<0)m_time.setTime_t(0,Qt::LocalTime); - else m_time.setTime_t(aTime/(1000*1000),Qt::LocalTime); + if (aTime<0)m_time.setTime_t(0,TQt::LocalTime); + else m_time.setTime_t(aTime/(1000*1000),TQt::LocalTime); } TQString DateTime::toString(const TQString&format)const |