diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:42:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:42:16 -0600 |
commit | e91a07ec04736a4dbb004d71a31ea610b1141775 (patch) | |
tree | 4c3a7386f49b17fdcd1df3c6669499c44008c742 /src | |
parent | b53f796aecd0115fbf7f3794599b92ee02b95035 (diff) | |
download | kstreamripper-e91a07ec04736a4dbb004d71a31ea610b1141775.tar.gz kstreamripper-e91a07ec04736a4dbb004d71a31ea610b1141775.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src')
-rw-r--r-- | src/kstreamripper.cpp | 2 | ||||
-rw-r--r-- | src/kstreamripper.h | 2 | ||||
-rw-r--r-- | src/processcontroller.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp index 999f272..d386097 100644 --- a/src/kstreamripper.cpp +++ b/src/kstreamripper.cpp @@ -39,7 +39,7 @@ #include <tqtimer.h> #include <kmessagebox.h> #include <kstandarddirs.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kstreamripper.h" #include "addnewstreamimpl.h" diff --git a/src/kstreamripper.h b/src/kstreamripper.h index 08b847c..25f8942 100644 --- a/src/kstreamripper.h +++ b/src/kstreamripper.h @@ -21,7 +21,7 @@ #ifndef KSTREAMRIPPER_H #define KSTREAMRIPPER_H -#include <kdeversion.h> +#include <tdeversion.h> #include "kstreamripperbase.h" #if KDE_IS_VERSION(3,3,90) #include <dnssd/servicebrowser.h> diff --git a/src/processcontroller.h b/src/processcontroller.h index 3b6e910..df58ceb 100644 --- a/src/processcontroller.h +++ b/src/processcontroller.h @@ -25,7 +25,7 @@ #include <tqstring.h> #include <tqtimer.h> #include <tqobject.h> -#include <kdeversion.h> +#include <tdeversion.h> #if KDE_IS_VERSION(3,3,90) #include <dnssd/remoteservice.h> #endif |