summaryrefslogtreecommitdiffstats
path: root/kword/KWordFootNoteFrameSetIface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWordFootNoteFrameSetIface.cpp')
-rw-r--r--kword/KWordFootNoteFrameSetIface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWordFootNoteFrameSetIface.cpp b/kword/KWordFootNoteFrameSetIface.cpp
index d5e2d3521..e79095a96 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 );
}