diff options
Diffstat (limited to 'kolourpaint/kpmainwindow_help.cpp')
-rw-r--r-- | kolourpaint/kpmainwindow_help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolourpaint/kpmainwindow_help.cpp b/kolourpaint/kpmainwindow_help.cpp index ef87fda6..9e351aac 100644 --- a/kolourpaint/kpmainwindow_help.cpp +++ b/kolourpaint/kpmainwindow_help.cpp @@ -32,7 +32,7 @@ #include <kaction.h> #include <kactivelabel.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kdialogbase.h> #include <krun.h> @@ -205,7 +205,7 @@ void kpMainWindow::slotHelpTakingScreenshotsFollowLink (const TQString &link) if (link == "configure kde shortcuts") { - KRun::runCommand ("kcmshell keys"); + KRun::runCommand ("tdecmshell keys"); } else if (link == "run ksnapshot") { |