diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:21 -0600 |
commit | fccf6d244a4d60c3138afa81266e22ac65adddbc (patch) | |
tree | ce62ccdaca3fffebeb33ad213dc5cea82ceff580 /kverbos | |
parent | 273ccce287bccee117bbfff8ca3386d613aec467 (diff) | |
download | tdeedu-fccf6d244a4d60c3138afa81266e22ac65adddbc.tar.gz tdeedu-fccf6d244a4d60c3138afa81266e22ac65adddbc.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kverbos')
-rw-r--r-- | kverbos/kverbos/kverbos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h index c125ea0b..fd1a744c 100644 --- a/kverbos/kverbos/kverbos.h +++ b/kverbos/kverbos/kverbos.h @@ -27,8 +27,8 @@ // include files for KDE #include <kapplication.h> -#include <kmainwindow.h> -#include <kaction.h> +#include <tdemainwindow.h> +#include <tdeaction.h> // include files for the application #include "verbspanish.h" |