diff options
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()) |
