diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:45:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:45:12 -0600 |
commit | fd426b2aeb50a555b211a366b81deb2812eb2098 (patch) | |
tree | c9716c590b142addce32523ee91b7a27b0907b7f /k9author/k9newtitle.cpp | |
parent | 700e8c698d426535616a84c51fb73265b252614c (diff) | |
download | k9copy-fd426b2aeb50a555b211a366b81deb2812eb2098.tar.gz k9copy-fd426b2aeb50a555b211a366b81deb2812eb2098.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'k9author/k9newtitle.cpp')
-rw-r--r-- | k9author/k9newtitle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9newtitle.cpp b/k9author/k9newtitle.cpp index 1882e9c..ae1eec5 100644 --- a/k9author/k9newtitle.cpp +++ b/k9author/k9newtitle.cpp @@ -17,11 +17,11 @@ #include <knuminput.h> #include <ktimewidget.h> #include <k9avidecode.h> -#include <klocale.h> +#include <tdelocale.h> #include "k9menu.h" #include "k9menubutton.h" #include "kpushbutton.h" -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kcursor.h> k9NewTitle::k9NewTitle(TQWidget* parent, const char* name, WFlags fl) : newTitle(parent,name,fl) { |