diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:54 -0600 |
commit | 5d58fe4201cc465d1bc54f4c9530c653af7809a8 (patch) | |
tree | a6fbd804ab4f8625db3efe415d1c996e3e99b242 /src/optiondialog.h | |
parent | 1d9f3db1841239e26ac3dcb0c9b4075086870cb6 (diff) | |
download | kdiff3-5d58fe4201cc465d1bc54f4c9530c653af7809a8.tar.gz kdiff3-5d58fe4201cc465d1bc54f4c9530c653af7809a8.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/optiondialog.h')
-rw-r--r-- | src/optiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondialog.h b/src/optiondialog.h index 5e2945c..b097294 100644 --- a/src/optiondialog.h +++ b/src/optiondialog.h @@ -32,7 +32,7 @@ class TDEConfig; #include <kdialogbase.h> #include <tqstringlist.h> #include <list> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> class OptionItem; class OptionCheckBox; |