diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:06 -0600 |
commit | 2571f48ba178d235ea9570fea757a5941d1f9b31 (patch) | |
tree | 55c89ec71f7fc2a785536de649e7c4f16d92f6f0 /src/kicondialog.cpp | |
parent | 54788613261c45bdc11f1e8763427616aa2d0ad3 (diff) | |
download | basket-2571f48ba178d235ea9570fea757a5941d1f9b31.tar.gz basket-2571f48ba178d235ea9570fea757a5941d1f9b31.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kicondialog.cpp')
-rw-r--r-- | src/kicondialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp index d7c7837..79db052 100644 --- a/src/kicondialog.cpp +++ b/src/kicondialog.cpp @@ -1,7 +1,7 @@ /* vi: ts=8 sts=4 sw=4 * kate: space-indent on; indent-width 4; mixedindent off; indent-mode cstyle; * - * This file is part of the KDE project, module kfile. + * This file is part of the KDE project, module tdefile. * Copyright (C) 2006 Luke Sandell <lasandell@gmail.com> * (C) 2002 Carsten Pfeiffer <pfeiffer@kde.org> * (C) 2000 Geert Jansen <jansen@kde.org> @@ -29,7 +29,7 @@ #include <kiconloader.h> #include <kprogress.h> #include <kiconview.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kimagefilepreview.h> #include <kpushbutton.h> #include <kmessagebox.h> |