diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:19 -0600 |
commit | d5f01dcc48ac3af828089b8810ef30a245e0346b (patch) | |
tree | 8de1121122ebcb437dd3f0d36f0cfcd537bbe26d /kalzium/src/elementdataviewer.cpp | |
parent | 256525ac7b6317f0a47cd563d8df2bdd917f4a74 (diff) | |
download | tdeedu-d5f01dcc48ac3af828089b8810ef30a245e0346b.tar.gz tdeedu-d5f01dcc48ac3af828089b8810ef30a245e0346b.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kalzium/src/elementdataviewer.cpp')
-rw-r--r-- | kalzium/src/elementdataviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/elementdataviewer.cpp b/kalzium/src/elementdataviewer.cpp index 2efda7a4..e7c6b915 100644 --- a/kalzium/src/elementdataviewer.cpp +++ b/kalzium/src/elementdataviewer.cpp @@ -23,7 +23,7 @@ #include <kcombobox.h> #include <kdebug.h> #include <tdeactioncollection.h> -#include <kapplication.h> +#include <tdeapplication.h> //QT-Includes #include <tqlayout.h> |