diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:59:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:59:53 -0600 |
commit | 508a49f9ef02a7b03411c8e9953ba79c99b91c0c (patch) | |
tree | 1df40da8f05d010a3e175c3d48e3529cccf2e067 /kbugbuster/gui/cwsearchwidget.cpp | |
parent | 19cea58302be2d15b10b106c80ff82f7b5a2fa79 (diff) | |
download | tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.tar.gz tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kbugbuster/gui/cwsearchwidget.cpp')
-rw-r--r-- | kbugbuster/gui/cwsearchwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/cwsearchwidget.cpp b/kbugbuster/gui/cwsearchwidget.cpp index c51b7ea0..8274ee95 100644 --- a/kbugbuster/gui/cwsearchwidget.cpp +++ b/kbugbuster/gui/cwsearchwidget.cpp @@ -15,7 +15,7 @@ */ #include <tqpushbutton.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdialog.h> #include <tqlineedit.h> #include <tqlayout.h> |