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 /keduca/keducabuilder/keducabuilder.h | |
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 'keduca/keducabuilder/keducabuilder.h')
-rw-r--r-- | keduca/keducabuilder/keducabuilder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keduca/keducabuilder/keducabuilder.h b/keduca/keducabuilder/keducabuilder.h index d91efb79..11841ab8 100644 --- a/keduca/keducabuilder/keducabuilder.h +++ b/keduca/keducabuilder/keducabuilder.h @@ -20,10 +20,10 @@ #include "../libkeduca/fileread.h" -#include <kmainwindow.h> +#include <tdemainwindow.h> -#include <klistbox.h> -#include <kaction.h> +#include <tdelistbox.h> +#include <tdeaction.h> #include <tqtextview.h> #include <tqsplitter.h> |