diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
commit | 2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch) | |
tree | 63725962f632d152cbf20709191d39f6fc865966 /kooka/scanpackager.cpp | |
parent | 190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff) | |
download | tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kooka/scanpackager.cpp')
-rw-r--r-- | kooka/scanpackager.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kooka/scanpackager.cpp b/kooka/scanpackager.cpp index 24b815cb..ec9ad987 100644 --- a/kooka/scanpackager.cpp +++ b/kooka/scanpackager.cpp @@ -45,26 +45,26 @@ #include <tqstringlist.h> #include <tqheader.h> -#include <kfiletreeview.h> -#include <kfiletreeviewitem.h> -#include <kfiletreebranch.h> +#include <tdefiletreeview.h> +#include <tdefiletreeviewitem.h> +#include <tdefiletreebranch.h> #include <kurldrag.h> #include <kpopupmenu.h> #include <kaction.h> #include <kinputdialog.h> #include <kiconloader.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kurl.h> #include <kdebug.h> #include <klocale.h> #include <kglobal.h> -#include <kio/global.h> -#include <kio/progressbase.h> -#include <kio/netaccess.h> -#include <kio/jobclasses.h> -#include <kio/file.h> -#include <kio/job.h> +#include <tdeio/global.h> +#include <tdeio/progressbase.h> +#include <tdeio/netaccess.h> +#include <tdeio/jobclasses.h> +#include <tdeio/file.h> +#include <tdeio/job.h> #define STARTUP_FIRST_START "firstStart" @@ -630,7 +630,7 @@ void ScanPackager::loadImageForItem( KFileTreeViewItem *item ) } } -/* Hit this slot with a file for a kfiletreeviewitem. */ +/* Hit this slot with a file for a tdefiletreeviewitem. */ void ScanPackager::slImageArrived( KFileTreeViewItem *item, KookaImage* image ) { if( item && image ) @@ -892,7 +892,7 @@ KFileTreeViewItem *ScanPackager::spFindItem( SearchType type, const TQString nam { /* Prepare a list of branches to go through. If the parameter branch is set, search * only in the parameter branch. If it is zero, search all branches returned by - * kfiletreeview.branches() + * tdefiletreeview.branches() */ KFileTreeBranchList branchList; |