summaryrefslogtreecommitdiffstats
path: root/src/libgui/gui_debug_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgui/gui_debug_manager.cpp')
-rw-r--r--src/libgui/gui_debug_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/gui_debug_manager.cpp b/src/libgui/gui_debug_manager.cpp
index 4b607ab..0aa3e64 100644
--- a/src/libgui/gui_debug_manager.cpp
+++ b/src/libgui/gui_debug_manager.cpp
@@ -26,7 +26,7 @@
bool Debugger::GuiManager::addEditor(Editor &editor)
{
if ( _editors.find(&editor)!=_editors.end() ) return false;
- connect(&editor, TQT_SIGNAL(destroyed()), TQT_SLOT(editorDestroyed()));
+ connect(&editor, TQ_SIGNAL(destroyed()), TQ_SLOT(editorDestroyed()));
_editors.append(&editor);
return true;
}