summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/InterpretDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/InterpretDialog.cpp')
-rw-r--r--src/gui/dialogs/InterpretDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/InterpretDialog.cpp b/src/gui/dialogs/InterpretDialog.cpp
index 645d537..b0e81b7 100644
--- a/src/gui/dialogs/InterpretDialog.cpp
+++ b/src/gui/dialogs/InterpretDialog.cpp
@@ -73,7 +73,7 @@ InterpretDialog::InterpretDialog(TQWidget *parent) :
(config->readBoolEntry("interpretarticulate", true));
connect(m_allInterpretations,
- TQT_SIGNAL(clicked()), this, TQT_SLOT(slotAllBoxChanged()));
+ TQ_SIGNAL(clicked()), this, TQ_SLOT(slotAllBoxChanged()));
slotAllBoxChanged();
}