diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:08 -0600 |
commit | b0699f7c1623811cff1fe3794521546d30e84ee1 (patch) | |
tree | 9d95a691cc5086f0d348984b1fc86d433cdfad53 /src/devices/base | |
parent | f037da190037979080d407f3c6f0a88026b6bb91 (diff) | |
download | piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.tar.gz piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/devices/base')
-rw-r--r-- | src/devices/base/device_group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/base/device_group.cpp b/src/devices/base/device_group.cpp index 8cace79..0509647 100644 --- a/src/devices/base/device_group.cpp +++ b/src/devices/base/device_group.cpp @@ -10,7 +10,7 @@ #if !defined(NO_KDE) # include <tqpainter.h> -# include <kglobal.h> +# include <tdeglobal.h> TQColor Device::statusColor(Status status) { |