diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 22:00:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 22:00:37 -0600 |
commit | 279764bab1514a051db18e14241e9bae62be14d6 (patch) | |
tree | c587a443a0a228897e395535e2791dbde757bb3d /quanta/components/framewizard/framewizard.cpp | |
parent | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (diff) | |
download | tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.tar.gz tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'quanta/components/framewizard/framewizard.cpp')
-rw-r--r-- | quanta/components/framewizard/framewizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/framewizard/framewizard.cpp b/quanta/components/framewizard/framewizard.cpp index 08ee1090..97cfadf0 100644 --- a/quanta/components/framewizard/framewizard.cpp +++ b/quanta/components/framewizard/framewizard.cpp @@ -18,9 +18,9 @@ #include "framewizard.h" #include "fmrceditor.h" #include "fmfpeditor.h" -#include <kmessagebox.h> +#include <tdemessagebox.h> //#include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqpushbutton.h> #include "fwglobal.h" |