diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:07:19 -0600 |
commit | d31a28ff1aa6d56b5e03153649ca8981ee530710 (patch) | |
tree | 09b2b983a523e0288f88fbe1f85aa898b61c882c /src/notedrag.h | |
parent | 3a8431fc92f4824b798e05a67bd73249b6c8d0c8 (diff) | |
download | basket-d31a28ff1aa6d56b5e03153649ca8981ee530710.tar.gz basket-d31a28ff1aa6d56b5e03153649ca8981ee530710.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/notedrag.h')
-rw-r--r-- | src/notedrag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notedrag.h b/src/notedrag.h index 86e4947..58cc1d5 100644 --- a/src/notedrag.h +++ b/src/notedrag.h @@ -26,7 +26,7 @@ #include <tqdatastream.h> #include <tqpixmap.h> #include <tqvaluelist.h> -#include <kmultipledrag.h> +#include <tdemultipledrag.h> class TQDataStream; |