From f008adb5a77e094eaf6abf3fc0f36958e66896a5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 05:28:35 +0000 Subject: TQt4 port koffice This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kword/KWordFootNoteFrameSetIface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kword/KWordFootNoteFrameSetIface.cpp') diff --git a/kword/KWordFootNoteFrameSetIface.cpp b/kword/KWordFootNoteFrameSetIface.cpp index d5e2d352..e79095a9 100644 --- a/kword/KWordFootNoteFrameSetIface.cpp +++ b/kword/KWordFootNoteFrameSetIface.cpp @@ -28,13 +28,13 @@ KWFootNoteFrameSetIface::KWFootNoteFrameSetIface( KWFootNoteFrameSet *_note ) } -QString KWFootNoteFrameSetIface::footEndNoteText() const +TQString KWFootNoteFrameSetIface::footEndNoteText() const { KWFootNoteVariable* var = m_footNote->footNoteVariable(); if ( var ) return var->text(); else - return QString::null; + return TQString(); } bool KWFootNoteFrameSetIface::isFootNote() const @@ -47,7 +47,7 @@ bool KWFootNoteFrameSetIface::isEndNote() const return m_footNote->isEndNote(); } -void KWFootNoteFrameSetIface::setCounterText( const QString& text ) +void KWFootNoteFrameSetIface::setCounterText( const TQString& text ) { m_footNote->setCounterText( text ); } -- cgit v1.2.1