diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:09:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:09:13 -0600 |
commit | 3c0a07f3b20b8bd5fe20b535b25f21cbd194f500 (patch) | |
tree | afcbfa59540b3bf6c1c2fea1b415938bf8582287 /src/main.cpp | |
parent | e855b889eebecf09384d7ad72f76d0119ab009ce (diff) | |
download | kstreamripper-3c0a07f3b20b8bd5fe20b535b25f21cbd194f500.tar.gz kstreamripper-3c0a07f3b20b8bd5fe20b535b25f21cbd194f500.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 55a8d68..940aecf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,9 +18,9 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include "kstreamripper.h" |