diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:45 -0600 |
commit | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (patch) | |
tree | c12900de8906070044b2f2c068e4653113d98723 /kscd/kscd.cpp | |
parent | df14b2948f55e2fccacbe4ae765463a57da35e2b (diff) | |
download | tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.tar.gz tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kscd/kscd.cpp')
-rw-r--r-- | kscd/kscd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index 02186e81..ee0be3b5 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -33,12 +33,12 @@ #include <tqsqlpropertymap.h> #include <dcopclient.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeaccel.h> #include <tdeaction.h> #include <dcopref.h> #include <kcharsets.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <kdebug.h> #include <kdialogbase.h> |