diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:17:45 -0600 |
commit | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (patch) | |
tree | c12900de8906070044b2f2c068e4653113d98723 /juk/juk.cpp | |
parent | df14b2948f55e2fccacbe4ae765463a57da35e2b (diff) | |
download | tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.tar.gz tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'juk/juk.cpp')
-rw-r--r-- | juk/juk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/juk.cpp b/juk/juk.cpp index e4238416..15742ba9 100644 --- a/juk/juk.cpp +++ b/juk/juk.cpp @@ -15,7 +15,7 @@ #include <config.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kstatusbar.h> #include <kdebug.h> #include <kmessagebox.h> |