summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-09 19:12:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-09 19:12:21 +0900
commit59999a5ad2e7a43bba88d4d25ef970c2fbc575f0 (patch)
treea7bd90575f42faec41c75058e1a14b73b808973f /src/AboutDialog.cpp
parentfbbe9cf4e456b0e045d43979ecd4dd620e4183fe (diff)
downloaduniversal-indent-gui-tqt-59999a5ad2e7a43bba88d4d25ef970c2fbc575f0.tar.gz
universal-indent-gui-tqt-59999a5ad2e7a43bba88d4d25ef970c2fbc575f0.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/AboutDialog.cpp')
-rw-r--r--src/AboutDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
index e604852..ba70156 100644
--- a/src/AboutDialog.cpp
+++ b/src/AboutDialog.cpp
@@ -99,8 +99,8 @@ AboutDialog::AboutDialog(TQWidget *parent, WFlags flags) :
m_scrollSpeed = 100;
m_timer = new TQTimer(this);
- connect(m_timer, SIGNAL(timeout()), this, SLOT(scroll()));
- connect(okButton, SIGNAL(clicked()), this, SLOT(accept()));
+ connect(m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(scroll()));
+ connect(okButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(accept()));
}
/*