diff options
Diffstat (limited to 'tqt/tqextscintillamacro.cpp')
-rw-r--r-- | tqt/tqextscintillamacro.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt/tqextscintillamacro.cpp b/tqt/tqextscintillamacro.cpp index 8fc1a72..25ea696 100644 --- a/tqt/tqextscintillamacro.cpp +++ b/tqt/tqextscintillamacro.cpp @@ -220,8 +220,8 @@ void TQextScintillaMacro::startRecording() macro.clear(); connect(tqsci, - TQT_SIGNAL(SCN_MACRORECORD(unsigned int,unsigned long,long)), - TQT_SLOT(record(unsigned int,unsigned long,long))); + TQ_SIGNAL(SCN_MACRORECORD(unsigned int,unsigned long,long)), + TQ_SLOT(record(unsigned int,unsigned long,long))); tqsci -> SendScintilla(TQextScintillaBase::SCI_STARTRECORD); } |