diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:20:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:20:36 -0600 |
commit | 81576b133797828eaca3ac819f4adca21de8d327 (patch) | |
tree | bb7f38c27a3f21d50df51a745c15739dde29bc68 /kolourpaint/kpmainwindow_help.cpp | |
parent | 32ace734b36de108d8322157aaa106069df16477 (diff) | |
download | tdegraphics-81576b133797828eaca3ac819f4adca21de8d327.tar.gz tdegraphics-81576b133797828eaca3ac819f4adca21de8d327.zip |
Rename many classes and header files to avoid conflicts with KDE4
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 91662481..201302e8 100644 --- a/kolourpaint/kpmainwindow_help.cpp +++ b/kolourpaint/kpmainwindow_help.cpp @@ -29,7 +29,7 @@ #include <kpmainwindow_p.h> #include <dcopclient.h> -#include <kaction.h> +#include <tdeaction.h> #include <kactivelabel.h> #include <kapplication.h> #include <tdeconfig.h> @@ -37,7 +37,7 @@ #include <kdialogbase.h> #include <krun.h> #include <klocale.h> -#include <kshortcut.h> +#include <tdeshortcut.h> #include <kptool.h> |