diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /libkholidays/lunarphase.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkholidays/lunarphase.h')
-rw-r--r-- | libkholidays/lunarphase.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libkholidays/lunarphase.h b/libkholidays/lunarphase.h index 9cae39ec3..98a94d751 100644 --- a/libkholidays/lunarphase.h +++ b/libkholidays/lunarphase.h @@ -57,8 +57,8 @@ Note that crescent and gibbous phases are not currently supported. */ -#include <qstring.h> -#include <qdatetime.h> +#include <tqstring.h> +#include <tqdatetime.h> #include <time.h> @@ -78,7 +78,7 @@ class LunarPhase @param date compute the lunar phase for the specified Gregorian date. */ - Phase phase( const QDate &date ) const; + Phase phase( const TQDate &date ) const; /** Return the lunar phase as a text string for the specified date. @@ -87,7 +87,7 @@ class LunarPhase @param date compute the lunar phase for the specified Gregorian date. */ - QString phaseStr( const QDate &date ) const; + TQString phaseStr( const TQDate &date ) const; /** Set the hemisphere. @@ -104,19 +104,19 @@ class LunarPhase /** Return hemisphere as a clear text string. */ - QString hemisphereStr() const; + TQString hemisphereStr() const; /** Return the string representation of hemisphere. */ - static QString hemisphereName( Hemisphere hemisphere ); + static TQString hemisphereName( Hemisphere hemisphere ); /** Return the string representation of phase. @param phase the lunar phase. */ - static QString phaseName( Phase phase ); + static TQString phaseName( Phase phase ); private: /** |