diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
commit | d1e0cc99a202cef3306b90b8839a6726e89f201e (patch) | |
tree | a0d01a91644fd94aa6da5d8944e052b67461faad /tdeio/tdefile/tdefiledialog.cpp | |
parent | 3e3559f2d4f4c4ffa3caa0374928c8a12be29bf3 (diff) | |
download | tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.tar.gz tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdeio/tdefile/tdefiledialog.cpp')
-rw-r--r-- | tdeio/tdefile/tdefiledialog.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tdeio/tdefile/tdefiledialog.cpp b/tdeio/tdefile/tdefiledialog.cpp index f60692c88..034265065 100644 --- a/tdeio/tdefile/tdefiledialog.cpp +++ b/tdeio/tdefile/tdefiledialog.cpp @@ -42,8 +42,8 @@ #include <tqwhatsthis.h> #include <tqfiledialog.h> -#include <kaccel.h> -#include <kaction.h> +#include <tdeaccel.h> +#include <tdeaction.h> #include <kapplication.h> #include <kcharsets.h> #include <kcmdlineargs.h> @@ -61,16 +61,16 @@ #include <klocale.h> #include <kmessagebox.h> #include <kmimetype.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kprotocolinfo.h> #include <kpushbutton.h> -#include <krecentdirs.h> +#include <tderecentdirs.h> #include <kshell.h> #include <kstandarddirs.h> #include <kstdguiitem.h> #include <kstaticdeleter.h> -#include <ktoolbar.h> -#include <ktoolbarbutton.h> +#include <tdetoolbar.h> +#include <tdetoolbarbutton.h> #include <kurl.h> #include <kurlcombobox.h> #include <kurlcompletion.h> @@ -81,7 +81,7 @@ #include <kdirselectdialog.h> #include <tdefileview.h> -#include <krecentdocument.h> +#include <tderecentdocument.h> #include <tdefilefiltercombo.h> #include <kdiroperator.h> #include <kimagefilepreview.h> |