diff options
Diffstat (limited to 'kpacman/kpacman.h')
-rw-r--r-- | kpacman/kpacman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpacman/kpacman.h b/kpacman/kpacman.h index eb20398..e577f38 100644 --- a/kpacman/kpacman.h +++ b/kpacman/kpacman.h @@ -173,10 +173,10 @@ class KpacmanApp : public TDEMainWindow TQPtrList<TDEPopupMenu> *schemesPopup; // submenus for selecting scheme // ID's of the menuitem(s) for finding/selecting scheme by id - TQArray<int> modeID; - TQArray<int> schemeID; + TQMemArray<int> modeID; + TQMemArray<int> schemeID; - TQArray<int> schemeMode; // mode(group) of the schemes, -1 if no group + TQMemArray<int> schemeMode; // mode(group) of the schemes, -1 if no group bool highscoresChecked; // highscores display active bool focusedPause; // Pause caused by focusEvents |