diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 17:21:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 21:40:22 +0900 |
| commit | 2f64e55b006125b1110fcdb05df19909159cee71 (patch) | |
| tree | 113f02dbb3164ef83f2b7cec5e26adb6b5dc97f3 /ksim/ksimview.cpp | |
| parent | 1feaed7cc0457e3cdafe0c0ce8119ae6ec618cb8 (diff) | |
| download | tdeutils-2f64e55b006125b1110fcdb05df19909159cee71.tar.gz tdeutils-2f64e55b006125b1110fcdb05df19909159cee71.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/ksimview.cpp')
| -rw-r--r-- | ksim/ksimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/ksimview.cpp b/ksim/ksimview.cpp index 91fd84c..e112ece 100644 --- a/ksim/ksimview.cpp +++ b/ksim/ksimview.cpp @@ -278,7 +278,7 @@ void KSim::MainView::reparseConfig(bool emitReload, if (!(*plugin).isDifferent() && (*plugin).isEnabled()) { kdDebug(2003) << "Recreating " << (*plugin).name() << "'s view" << endl; - kapp->processEvents(); + tdeApp->processEvents(); // Make sure the plugins background color is // set to the correct theme color if (themeChanged && (*plugin).view()) |
