diff options
Diffstat (limited to 'kolourpaint/kpmainwindow_help.cpp')
-rw-r--r-- | kolourpaint/kpmainwindow_help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/kpmainwindow_help.cpp b/kolourpaint/kpmainwindow_help.cpp index 78ec0265..d7b529dd 100644 --- a/kolourpaint/kpmainwindow_help.cpp +++ b/kolourpaint/kpmainwindow_help.cpp @@ -114,7 +114,7 @@ void kpMainWindow::slotHelpTakingScreenshots () #if DEBUG_KP_MAIN_WINDOW kdDebug () << "\tdcopApps=" << dcopApps << endl; #endif - bool isRunningKDE = (dcopApps.tqfindIndex ("kwin") >= 0); + bool isRunningKDE = (dcopApps.findIndex ("kwin") >= 0); #if 0 { |