diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:49 -0600 |
commit | 62969630767e6cca05721e2a5f910ccc1bcdd354 (patch) | |
tree | bc9de625bf8496318f4b6efccd72f26025ea958b /src | |
parent | d349acd84e270013633969a7805d85d47769a047 (diff) | |
download | kstreamripper-62969630767e6cca05721e2a5f910ccc1bcdd354.tar.gz kstreamripper-62969630767e6cca05721e2a5f910ccc1bcdd354.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/kstreamripper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp index c20b7de..0c124b3 100644 --- a/src/kstreamripper.cpp +++ b/src/kstreamripper.cpp @@ -19,10 +19,10 @@ ***************************************************************************/ -#include <kconfig.h> +#include <tdeconfig.h> #include <kglobal.h> #include <kled.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kaboutapplication.h> #include <tqpushbutton.h> |