summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillamacro.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-08 11:54:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-10 10:08:07 +0900
commitc763d9082bc5043260fea638daf02122f0278d68 (patch)
treed3eefdba670c68a7c23e9d2bb2b14b0b1f5e2093 /tqt/tqextscintillamacro.cpp
parent0355ec980067dde281334a7e467bc3058ed4cfb3 (diff)
downloadtqscintilla-c763d908.tar.gz
tqscintilla-c763d908.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad963f6e626458b1f1da4e3ec6204643d2d6909b)
Diffstat (limited to 'tqt/tqextscintillamacro.cpp')
-rw-r--r--tqt/tqextscintillamacro.cpp4
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);
}