diff options
Diffstat (limited to 'kdecore/kuniqueapp.h')
-rw-r--r-- | kdecore/kuniqueapp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdecore/kuniqueapp.h b/kdecore/kuniqueapp.h new file mode 100644 index 000000000..d3ec22dd5 --- /dev/null +++ b/kdecore/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 |