diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
commit | 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch) | |
tree | 9ab57608e370cc0051bebd305a72c79b5fe15076 /kicker/applets/launcher | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kicker/applets/launcher')
-rw-r--r-- | kicker/applets/launcher/quickbutton.cpp | 2 | ||||
-rw-r--r-- | kicker/applets/launcher/quicklauncher.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kicker/applets/launcher/quickbutton.cpp b/kicker/applets/launcher/quickbutton.cpp index eb5a3b2de..d44dc0537 100644 --- a/kicker/applets/launcher/quickbutton.cpp +++ b/kicker/applets/launcher/quickbutton.cpp @@ -37,7 +37,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <kiconeffect.h> #include <kglobalsettings.h> #include <kcursor.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kipc.h> #include <kiconloader.h> #include <kurldrag.h> diff --git a/kicker/applets/launcher/quicklauncher.cpp b/kicker/applets/launcher/quicklauncher.cpp index 40cbd0715..3d623962c 100644 --- a/kicker/applets/launcher/quicklauncher.cpp +++ b/kicker/applets/launcher/quicklauncher.cpp @@ -30,9 +30,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <dcopclient.h> #include <tdeaction.h> -#include <kapplication.h> -#include <kaboutapplication.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdeaboutapplication.h> +#include <tdeaboutdata.h> #include <kdialogbase.h> #include <kglobal.h> #include <klocale.h> |