diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:51:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:51:06 -0600 |
commit | 2571f48ba178d235ea9570fea757a5941d1f9b31 (patch) | |
tree | 55c89ec71f7fc2a785536de649e7c4f16d92f6f0 /src/exporterdialog.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/exporterdialog.cpp')
-rw-r--r-- | src/exporterdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exporterdialog.cpp b/src/exporterdialog.cpp index 3089ad6..c90a001 100644 --- a/src/exporterdialog.cpp +++ b/src/exporterdialog.cpp @@ -20,7 +20,7 @@ #include <kurlrequester.h> #include <klineedit.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <tqcheckbox.h> #include <tqdir.h> #include <tqhbox.h> @@ -28,7 +28,7 @@ #include <tqlayout.h> #include <tqlabel.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "exporterdialog.h" #include "basket.h" |