diff options
Diffstat (limited to 'kformula/formulastring.cpp')
-rw-r--r-- | kformula/formulastring.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kformula/formulastring.cpp b/kformula/formulastring.cpp index f86b113a..0d07634e 100644 --- a/kformula/formulastring.cpp +++ b/kformula/formulastring.cpp @@ -79,11 +79,11 @@ FormulaString::FormulaString( KFormulaPartView* parent, const char* name, bool m FormulaStringLayout->addLayout( Layout1 ); // signals and slots connections - connect( buttonOk, TQT_SIGNAL( clicked() ), this, TQT_SLOT( accept() ) ); - connect( buttonCancel, TQT_SIGNAL( clicked() ), this, TQT_SLOT( reject() ) ); - connect( buttonHelp, TQT_SIGNAL(clicked() ), this, TQT_SLOT( helpButtonClicked() ) ); - connect( textWidget, TQT_SIGNAL( cursorPositionChanged( int, int ) ), - this, TQT_SLOT( cursorPositionChanged( int, int ) ) ); + connect( buttonOk, TQ_SIGNAL( clicked() ), this, TQ_SLOT( accept() ) ); + connect( buttonCancel, TQ_SIGNAL( clicked() ), this, TQ_SLOT( reject() ) ); + connect( buttonHelp, TQ_SIGNAL(clicked() ), this, TQ_SLOT( helpButtonClicked() ) ); + connect( textWidget, TQ_SIGNAL( cursorPositionChanged( int, int ) ), + this, TQ_SLOT( cursorPositionChanged( int, int ) ) ); } /* |