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.cpp | |
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.cpp')
-rw-r--r-- | src/optiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondialog.cpp b/src/optiondialog.cpp index 512357b..1bd4372 100644 --- a/src/optiondialog.cpp +++ b/src/optiondialog.cpp @@ -33,7 +33,7 @@ #include <tqvbuttongroup.h> #include <tqsettings.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kcolorbtn.h> #include <tdefontdialog.h> // For TDEFontChooser #include <kiconloader.h> |