summaryrefslogtreecommitdiffstats
path: root/src/configdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-22 17:48:33 +0900
committerMichele Calgaro <[email protected]>2025-02-03 22:55:29 +0900
commitba759c68a0d76f3bd39cca9cc62c2b31bf4a5f86 (patch)
tree12e785c7a4e4cabbac960f2743de01a79ba77c2f /src/configdialog.cpp
parent0ed59f2f132ebbe7b340ea93ea1de240e712473e (diff)
downloadtellico-ba759c68a0d76f3bd39cca9cc62c2b31bf4a5f86.tar.gz
tellico-ba759c68a0d76f3bd39cca9cc62c2b31bf4a5f86.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/configdialog.cpp')
-rw-r--r--src/configdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index d50cd45..22142e9 100644
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -636,7 +636,7 @@ void ConfigDialog::readFetchConfig() {
// there's weird layout bug if it's not hidden
cw->hide();
}
- kapp->processEvents();
+ tdeApp->processEvents();
}
if(m_sourceListView->childCount() == 0) {