summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.cpp
diff options
context:
space:
mode:
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()));
}
/*