summaryrefslogtreecommitdiffstats
path: root/src/libgui/device_editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgui/device_editor.cpp')
-rw-r--r--src/libgui/device_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/device_editor.cpp b/src/libgui/device_editor.cpp
index c48ffb2..4b8df1d 100644
--- a/src/libgui/device_editor.cpp
+++ b/src/libgui/device_editor.cpp
@@ -50,7 +50,7 @@ void DeviceEditor::init()
_top->addWidget(_labelWarning);
_vbox = new TQVBoxLayout(_top);
- connect(&Main::toplevel(), TQT_SIGNAL(stateChanged()), TQT_SLOT(updateDevice()));
+ connect(&Main::toplevel(), TQ_SIGNAL(stateChanged()), TQ_SLOT(updateDevice()));
}
void DeviceEditor::setDevice(bool force)