summaryrefslogtreecommitdiffstats
path: root/src/libgui/device_editor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-29 16:42:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-29 16:48:53 +0900
commitc679361a50aee162491e7195f2bcfdbbf341dde5 (patch)
treec8ff90ba1810054b7e53a79649b0e33a0937e74f /src/libgui/device_editor.cpp
parenta8207be921513da0ccccf41e36e056736c2b8457 (diff)
downloadpiklab-c679361a50aee162491e7195f2bcfdbbf341dde5.tar.gz
piklab-c679361a50aee162491e7195f2bcfdbbf341dde5.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)