diff options
Diffstat (limited to 'kword/KWFrameSet.cpp')
| -rw-r--r-- | kword/KWFrameSet.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kword/KWFrameSet.cpp b/kword/KWFrameSet.cpp index d612be05f..d07382381 100644 --- a/kword/KWFrameSet.cpp +++ b/kword/KWFrameSet.cpp @@ -52,8 +52,8 @@ KWFrameSet::KWFrameSet( KWDocument *doc )      // Send our "repaintChanged" signals to the document.      setName("KWFrameSet");      if(m_doc) { -        connect( this, TQT_SIGNAL( repaintChanged( KWFrameSet * ) ), -             doc, TQT_SLOT( slotRepaintChanged( KWFrameSet * ) ) ); +        connect( this, TQ_SIGNAL( repaintChanged( KWFrameSet * ) ), +             doc, TQ_SLOT( slotRepaintChanged( KWFrameSet * ) ) );          m_pageManager = doc->pageManager();      }      m_frames.setAutoDelete( true ); | 
