diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:20 -0600 |
commit | f052e0f1fafde885e6bf192117369d70fa711035 (patch) | |
tree | df683e083186a42d3f95eca02ede7d2e8dd560ac /src/basket.h | |
parent | 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (diff) | |
download | basket-f052e0f1fafde885e6bf192117369d70fa711035.tar.gz basket-f052e0f1fafde885e6bf192117369d70fa711035.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/basket.h')
-rw-r--r-- | src/basket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basket.h b/src/basket.h index db516d0..1d1b15a 100644 --- a/src/basket.h +++ b/src/basket.h @@ -28,9 +28,9 @@ #include <tqimage.h> #include <tqdatetime.h> #include <tqclipboard.h> -#include <kshortcut.h> +#include <tdeshortcut.h> #include <kdirwatch.h> -#include <kaction.h> +#include <tdeaction.h> #include <tdeio/job.h> #include <kdialogbase.h> |