summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kaction.h
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/libkate/microkde/kaction.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/microkde/kaction.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/libkate/microkde/kaction.h b/noncore/apps/tinykate/libkate/microkde/kaction.h
new file mode 100644
index 0000000..622330e
--- a/dev/null
+++ b/noncore/apps/tinykate/libkate/microkde/kaction.h
@@ -0,0 +1,8 @@
1#ifndef MINIKDE_KACTION_H
2#define MINIKDE_KACTION_H
3
4#include <qaction.h>
5
6#define KAction QAction
7
8#endif