summaryrefslogtreecommitdiffstats
path: root/src/debugging/TSLogger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugging/TSLogger.cpp')
-rw-r--r--src/debugging/TSLogger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debugging/TSLogger.cpp b/src/debugging/TSLogger.cpp
index c79dacb..caa29ad 100644
--- a/src/debugging/TSLogger.cpp
+++ b/src/debugging/TSLogger.cpp
@@ -91,8 +91,8 @@ TSLogger::TSLogger(int verboseLevel) :
m_logFileInitState = NOTINITIALZED;
- connect(m_TSLoggerDialogForm->openLogFileFolderToolButton, SIGNAL(clicked()), this,
- SLOT(openLogFileFolder()));
+ connect(m_TSLoggerDialogForm->openLogFileFolderToolButton, TQ_SIGNAL(clicked()), this,
+ TQ_SLOT(openLogFileFolder()));
// Make the main application not to wait for the logging window to close.
setAttribute(TQt::WA_QuitOnClose, false);