diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:52 -0600 |
commit | c74fd6afe8652ad52f51f1932e65c3c3bc605b67 (patch) | |
tree | 076e1240b0a9097dd42386f7b1de65753ec89bb4 /src/MainWidget.cpp | |
parent | dbd69e9d183058a8fc8817788218222f3bb91740 (diff) | |
download | kvkbd-c74fd6afe8652ad52f51f1932e65c3c3bc605b67.tar.gz kvkbd-c74fd6afe8652ad52f51f1932e65c3c3bc605b67.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/MainWidget.cpp')
-rw-r--r-- | src/MainWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index a356614..cb4f80f 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -36,7 +36,7 @@ #include <tqfont.h> #include <tqfontdialog.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> |