summaryrefslogtreecommitdiffstats
path: root/kdvi/dviRenderer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 18:26:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 21:44:59 +0900
commit52bf4ce9dd80ed5179fe6be622626c3376c0da99 (patch)
tree15d3c15b63288acf6505ced3d265f55cef05cf98 /kdvi/dviRenderer.cpp
parent169841a34676151ac67711c7d05c6343fdf50697 (diff)
downloadtdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.tar.gz
tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdvi/dviRenderer.cpp')
-rw-r--r--kdvi/dviRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/dviRenderer.cpp b/kdvi/dviRenderer.cpp
index 68cb2238..a35e3126 100644
--- a/kdvi/dviRenderer.cpp
+++ b/kdvi/dviRenderer.cpp
@@ -254,7 +254,7 @@ void dviRenderer::showThatSourceInformationIsPresent()
// here. Most of the code is stolen from there.
// Check if the 'Don't show again' feature was used
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
TDEConfigGroupSaver saver( config, "Notification Messages" );
bool showMsg = config->readBoolEntry( "KDVI-info_on_source_specials", true);