diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 11:36:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:14:40 +0900 |
| commit | b023e0397971a8bf160f67f03da84e8389ad27b6 (patch) | |
| tree | 3771e178b5559341134c62a53ff0390b2149a635 /src/app/analyzer.cpp | |
| parent | 7c2b90bd69ea9078e888c494918ba7f5a03949ff (diff) | |
| download | codeine-b023e039.tar.gz codeine-b023e039.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
Diffstat (limited to 'src/app/analyzer.cpp')
| -rw-r--r-- | src/app/analyzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/analyzer.cpp b/src/app/analyzer.cpp index 9d3da06..e0f82ec 100644 --- a/src/app/analyzer.cpp +++ b/src/app/analyzer.cpp @@ -40,7 +40,7 @@ Analyzer::Base2D::Base2D( TQWidget *parent, uint timeout ) : Base<TQWidget>( parent, timeout ) { setWFlags( TQt::WNoAutoErase ); //no flicker - connect( &m_timer, SIGNAL(timeout()), SLOT(draw()) ); + connect( &m_timer, TQ_SIGNAL(timeout()), TQ_SLOT(draw()) ); } void |
