diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:03:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:03:12 -0600 |
commit | 06ab7fb3b7ec008a5fe3364a0430159900ff6553 (patch) | |
tree | a99409c8bc6983c5bd312ab3fd9a28f939ef6698 /src/systemtray.cpp | |
parent | 91be62536b7e8a0af132e6be63f67493d41da919 (diff) | |
download | basket-06ab7fb3b7ec008a5fe3364a0430159900ff6553.tar.gz basket-06ab7fb3b7ec008a5fe3364a0430159900ff6553.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r-- | src/systemtray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp index 03b0261..a011ac6 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -35,13 +35,13 @@ // To know the program name: #include <kglobal.h> #include <kinstance.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kiconeffect.h> // Others: #include <kmessagebox.h> #include <kmanagerselection.h> #include <tdeversion.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdepopupmenu.h> #include <kiconloader.h> #include <kdebug.h> |