Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextWindow.hpp

    r11428f rb59da6  
    1111#include "MainWindow.hpp"
    1212
     13#include <string>
    1314#include <set>
    1415
    15 class TextMenu;
     16#include "Menu/TextMenu/TextMenu.hpp"
     17
    1618class Action;
    1719class StringView;
    1820class TextStatusIndicator;
     21class TxMenu;
    1922
    2023
     
    2831
    2932private:
    30   // populaters
    31   char getSuitableShortForm(std::set <char> &ShortcutList, const std::string name) const;
    32   void populateMenu(TextMenu* Menu, const std::string &name);
    33 
    34   TextMenu *main_menu;
     33  TextMenu<TxMenu> *main_menu;
    3534
    3635  // some actions only needed in textMenus
     36  std::list<Action *> returnFromActions;
    3737  Action *quitAction;
    3838  // all views that are contained in the main Menu
Note: See TracChangeset for help on using the changeset viewer.