diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:20:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:20:36 -0600 |
commit | 81576b133797828eaca3ac819f4adca21de8d327 (patch) | |
tree | bb7f38c27a3f21d50df51a745c15739dde29bc68 /kpdf/shell | |
parent | 32ace734b36de108d8322157aaa106069df16477 (diff) | |
download | tdegraphics-81576b133797828eaca3ac819f4adca21de8d327.tar.gz tdegraphics-81576b133797828eaca3ac819f4adca21de8d327.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kpdf/shell')
-rw-r--r-- | kpdf/shell/shell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/shell/shell.cpp b/kpdf/shell/shell.cpp index 14baa149..47e500ea 100644 --- a/kpdf/shell/shell.cpp +++ b/kpdf/shell/shell.cpp @@ -20,7 +20,7 @@ // qt/kde includes #include <tqcursor.h> #include <tqtimer.h> -#include <kaction.h> +#include <tdeaction.h> #include <kapplication.h> #include <kedittoolbar.h> #include <tdefiledialog.h> @@ -33,7 +33,7 @@ #include <kmenubar.h> #include <tdeparts/componentfactory.h> #include <tdeio/netaccess.h> -#include <kmainwindowiface.h> +#include <tdemainwindowiface.h> // local includes #include "shell.h" |