summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/contextview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/contextview.cpp')
-rw-r--r--kbabel/kbabel/contextview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabel/contextview.cpp b/kbabel/kbabel/contextview.cpp
index de5263a9..c6839480 100644
--- a/kbabel/kbabel/contextview.cpp
+++ b/kbabel/kbabel/contextview.cpp
@@ -67,7 +67,7 @@ ContextView::ContextView(KBCatalog* catalog,TQWidget *parent, Project::Ptr proje
"<p>You can hide the tools window by deactivating "
"<b>Options->Show Tools</b>.</p></qt></qt>"));
- connect(_catalog, TQT_SIGNAL(signalFileOpened(bool)), this, TQT_SLOT(setDisabled(bool)));
+ connect(_catalog, TQ_SIGNAL(signalFileOpened(bool)), this, TQ_SLOT(setDisabled(bool)));
}
void ContextView::updateView()