diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:53 -0600 |
commit | 3f4482bc104b1d8002664e0f616b9c40fdcac452 (patch) | |
tree | eba60514db843677c1d234e3b1addbdc236bf694 /src/gui/projectdlgs.cpp | |
parent | 3604ea743138ab66be563a8b29d7c2b971cb77bd (diff) | |
download | ktechlab-3f4482bc104b1d8002664e0f616b9c40fdcac452.tar.gz ktechlab-3f4482bc104b1d8002664e0f616b9c40fdcac452.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/projectdlgs.cpp')
-rw-r--r-- | src/gui/projectdlgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/projectdlgs.cpp b/src/gui/projectdlgs.cpp index 7852ff9..d6f0ac6 100644 --- a/src/gui/projectdlgs.cpp +++ b/src/gui/projectdlgs.cpp @@ -20,7 +20,7 @@ #include <assert.h> #include <kcombobox.h> #include <tdeversion.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <klineedit.h> #include <klocale.h> #include <kurlrequester.h> |