diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:10:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:10:14 -0600 |
commit | bba095a5aab3f7cbf3ec062071e94f5c1e66e50b (patch) | |
tree | 2a7e8b53757b499b0b08d235cfe58e9505ca4aa3 /src/k3b.cpp | |
parent | 08e6e3d01bc56d3b55c1512164f48d3db762bd53 (diff) | |
download | k3b-bba095a5aab3f7cbf3ec062071e94f5c1e66e50b.tar.gz k3b-bba095a5aab3f7cbf3ec062071e94f5c1e66e50b.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/k3b.cpp')
-rw-r--r-- | src/k3b.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3b.cpp b/src/k3b.cpp index 8d19aec..8b8ddd2 100644 --- a/src/k3b.cpp +++ b/src/k3b.cpp @@ -48,7 +48,7 @@ #include <kprocess.h> #include <kurl.h> #include <kurllabel.h> -#include <ktoolbar.h> +#include <tdetoolbar.h> #include <kstatusbar.h> #include <kglobalsettings.h> #include <kdialog.h> @@ -60,7 +60,7 @@ #include <kstdguiitem.h> #include <tdeio/global.h> #include <tdeio/netaccess.h> -#include <krecentdocument.h> +#include <tderecentdocument.h> #include <stdlib.h> |