diff options
Diffstat (limited to 'tdecore/kuniqueapp.h')
-rw-r--r-- | tdecore/kuniqueapp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tdecore/kuniqueapp.h b/tdecore/kuniqueapp.h new file mode 100644 index 000000000..d3ec22dd5 --- /dev/null +++ b/tdecore/kuniqueapp.h @@ -0,0 +1,6 @@ +// kuniqueapp.h is the old name. Use #include <kuniqueapplication.h> from now on +#ifdef KDE_NO_COMPAT +#error kuniqueapp.h is the old name. Use #include <kuniqueapplication.h> from now on +#else +#include <kuniqueapplication.h> +#endif |