summaryrefslogtreecommitdiffstats
path: root/src/option/k3bdeviceoptiontab.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 18:06:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 23:01:10 +0900
commita1169ddf04628c0e3c3fcfbfa83f0d3df4512fc7 (patch)
tree4912d69e025e1d7e6ad08070b66b7dd23570f479 /src/option/k3bdeviceoptiontab.cpp
parente65868ce1125ff4eec7d22e5ef767ce7168bea78 (diff)
downloadk3b-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.cpp2
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() );
}