00001 #ifndef BALL_VIEW_KERNEL_BALLACTION_H
00002 #define BALL_VIEW_KERNEL_BALLACTION_H
00003
00004 #include <QtGui/QAction>
00005 #include <QtCore/QString>
00006
00007 namespace BALL
00008 {
00009 namespace VIEW
00010 {
00016 class BALLAction : public QAction
00017 {
00018 Q_OBJECT
00019
00020 public:
00021 BALLAction(const QString& id, const QString& icon = QString::null);
00022
00023 private:
00024 };
00025 }
00026 }
00027
00028 #endif //BALL_VIEW_KERNEL_BALLACTION_H