diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:09:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:09:52 -0600 |
commit | c74fd6afe8652ad52f51f1932e65c3c3bc605b67 (patch) | |
tree | 076e1240b0a9097dd42386f7b1de65753ec89bb4 /src/MainWidget.h | |
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.h')
-rw-r--r-- | src/MainWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index 0564fbd..c9f85a8 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -24,7 +24,7 @@ #include <tqevent.h> #include <tqpoint.h> #include <tqtimer.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <ksystemtray.h> #include <tdepopupmenu.h> #include <tqpainter.h> |