diff options
Diffstat (limited to 'konsolekalendar/konsolekalendardelete.cpp')
-rw-r--r-- | konsolekalendar/konsolekalendardelete.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/konsolekalendar/konsolekalendardelete.cpp b/konsolekalendar/konsolekalendardelete.cpp index 02d676272..b3f27650e 100644 --- a/konsolekalendar/konsolekalendardelete.cpp +++ b/konsolekalendar/konsolekalendardelete.cpp @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * * * As a special exception, permission is given to link this program * - * with any edition of Qt, and distribute the resulting executable, * - * without including the source code for Qt in the source distribution. * + * with any edition of TQt, and distribute the resulting executable, * + * without including the source code for TQt in the source distribution. * * * ******************************************************************************/ /** @@ -101,11 +101,11 @@ void KonsoleKalendarDelete::printSpecs( Event *event ) << endl; cout << i18n( " Begin: %1" ). - arg( event->dtStart().toString( Qt::TextDate ) ).local8Bit() + arg( event->dtStart().toString( TQt::TextDate ) ).local8Bit() << endl; cout << i18n( " End: %1" ). - arg( event->dtEnd().toString( Qt::TextDate ) ).local8Bit() + arg( event->dtEnd().toString( TQt::TextDate ) ).local8Bit() << endl; cout << i18n( " Desc: %1" ). |