From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkholidays/lunarphase.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libkholidays/lunarphase.h') 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 -#include +#include +#include #include @@ -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: /** -- cgit v1.2.1