summaryrefslogtreecommitdiffstats
path: root/kword/KWDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWDocument.h')
-rw-r--r--kword/KWDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWDocument.h b/kword/KWDocument.h
index cab789f8..983b3add 100644
--- a/kword/KWDocument.h
+++ b/kword/KWDocument.h
@@ -385,7 +385,7 @@ public:
bool tryRemovingPages();
ProcessingType processingType()const { return m_processingType; }
- int frameSetNum( KWFrameSet* fs ) { return m_lstFrameSet.tqfindRef( fs ); }
+ int frameSetNum( KWFrameSet* fs ) { return m_lstFrameSet.findRef( fs ); }
void lowerMainFrames( int pageNum );
void lowerMainFrames( int pageNum, int lowestZOrder );