diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:32 -0600 |
commit | 779b865fd96b3e1ad32b2b32afb62bc291ce1b5b (patch) | |
tree | 6c2a52ef78cc8a1927cc3bed469c5acaacf5279d /src/statusbarmessagelabel.cpp | |
parent | f926e13d64c368c7dd24d2ccc7d6dae9c0b80880 (diff) | |
download | dolphin-779b865fd96b3e1ad32b2b32afb62bc291ce1b5b.tar.gz dolphin-779b865fd96b3e1ad32b2b32afb62bc291ce1b5b.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/statusbarmessagelabel.cpp')
-rw-r--r-- | src/statusbarmessagelabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarmessagelabel.cpp b/src/statusbarmessagelabel.cpp index 97035e1..f69b649 100644 --- a/src/statusbarmessagelabel.cpp +++ b/src/statusbarmessagelabel.cpp @@ -23,7 +23,7 @@ #include <tqtimer.h> #include <tqfontmetrics.h> #include <kiconloader.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> StatusBarMessageLabel::StatusBarMessageLabel(TQWidget* parent) : TQWidget(parent), |