diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-26 22:30:37 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-26 22:30:37 +0000 |
commit | b5a9f51073ba4e3c166f9229cd596f22878acafc (patch) | |
tree | 2f2bd80dd09f6391166ef35c2521eb2651ade4c1 /muse2/muse/globals.h | |
parent | 1b5734729f893636653693776da29c6f391d3439 (diff) |
See ChangeLog
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r-- | muse2/muse/globals.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h index d7e3ac70..3901226a 100644 --- a/muse2/muse/globals.h +++ b/muse2/muse/globals.h @@ -14,7 +14,7 @@ //#include <qfont.h> //#include <qnamespace.h> //Added by qt3to4: -#include <Q3ActionGroup> +#include <QActionGroup> #include <Qt3Support> //#include <qaction.h> #include "value.h" @@ -26,7 +26,7 @@ class QString; class QFont; class QAction; -class Q3ActionGroup; +class QActionGroup; class QStringList; extern const float denormalBias; @@ -128,21 +128,21 @@ extern int midiFilterCtrl4; #define CMD_RANGE_SELECTED 1 #define CMD_RANGE_LOOP 2 -extern Q3ActionGroup* undoRedo; -extern Q3Action* undoAction; -extern Q3Action* redoAction; - -extern Q3ActionGroup* transportAction; -extern Q3Action* playAction; -extern Q3Action* startAction; -extern Q3Action* stopAction; -extern Q3Action* rewindAction; -extern Q3Action* forwardAction; -extern Q3Action* loopAction; -extern Q3Action* punchinAction; -extern Q3Action* punchoutAction; -extern Q3Action* recordAction; -extern Q3Action* panicAction; +extern QActionGroup* undoRedo; +extern QAction* undoAction; +extern QAction* redoAction; + +extern QActionGroup* transportAction; +extern QAction* playAction; +extern QAction* startAction; +extern QAction* stopAction; +extern QAction* rewindAction; +extern QAction* forwardAction; +extern QAction* loopAction; +extern QAction* punchinAction; +extern QAction* punchoutAction; +extern QAction* recordAction; +extern QAction* panicAction; //class AudioMixerApp; class MusE; |