diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 18:06:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 23:01:10 +0900 |
commit | a1169ddf04628c0e3c3fcfbfa83f0d3df4512fc7 (patch) | |
tree | 4912d69e025e1d7e6ad08070b66b7dd23570f479 /src/option/k3bdeviceoptiontab.cpp | |
parent | e65868ce1125ff4eec7d22e5ef767ce7168bea78 (diff) | |
download | k3b-a1169ddf04628c0e3c3fcfbfa83f0d3df4512fc7.tar.gz k3b-a1169ddf04628c0e3c3fcfbfa83f0d3df4512fc7.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/option/k3bdeviceoptiontab.cpp')
-rw-r--r-- | src/option/k3bdeviceoptiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option/k3bdeviceoptiontab.cpp b/src/option/k3bdeviceoptiontab.cpp index dba6e4a..04a86f7 100644 --- a/src/option/k3bdeviceoptiontab.cpp +++ b/src/option/k3bdeviceoptiontab.cpp @@ -78,7 +78,7 @@ void K3bDeviceOptionTab::saveDevices() m_deviceWidget->apply(); // save the config - k3bcore->deviceManager()->saveConfig( kapp->config() ); + k3bcore->deviceManager()->saveConfig( tdeApp->config() ); } |