diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:37 -0600 |
commit | 279764bab1514a051db18e14241e9bae62be14d6 (patch) | |
tree | c587a443a0a228897e395535e2791dbde757bb3d /kommander/widgets/pixmaplabel.cpp | |
parent | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (diff) | |
download | tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.tar.gz tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kommander/widgets/pixmaplabel.cpp')
-rw-r--r-- | kommander/widgets/pixmaplabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/pixmaplabel.cpp b/kommander/widgets/pixmaplabel.cpp index 7eab9e0d..887b8d6e 100644 --- a/kommander/widgets/pixmaplabel.cpp +++ b/kommander/widgets/pixmaplabel.cpp @@ -22,7 +22,7 @@ #include <tqpixmap.h> /* KDE INCLUDES */ -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> /* OTHER INCLUDES */ |