diff options
author | Mavridis Philippe <[email protected]> | 2021-05-01 15:14:43 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-05-16 15:59:46 +0300 |
commit | eff93621daf43e9a7d3672175a6503a633e9d4a0 (patch) | |
tree | 640e746cab9a3a8eb19a8e9082b7e70d574b18b3 /kxkb/kxkbtraywindow.h | |
parent | bbdeb170a48b469e1b0d2005141fa61a58fb71f1 (diff) | |
download | tdebase-eff93621daf43e9a7d3672175a6503a633e9d4a0.tar.gz tdebase-eff93621daf43e9a7d3672175a6503a633e9d4a0.zip |
Added customization options for Kxkb
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kxkb/kxkbtraywindow.h')
-rw-r--r-- | kxkb/kxkbtraywindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kxkb/kxkbtraywindow.h b/kxkb/kxkbtraywindow.h index 38e42db5d..f451f6473 100644 --- a/kxkb/kxkbtraywindow.h +++ b/kxkb/kxkbtraywindow.h @@ -21,7 +21,7 @@ class TQLabel; -class TQPopupMenu; +class TDEPopupMenu; class XkbRules; /* This class is responsible for displaying flag/label for the layout, @@ -35,7 +35,7 @@ class KxkbLabelController: public QObject public: enum { START_MENU_ID = 100, CONFIG_MENU_ID = 130, HELP_MENU_ID = 131 }; - KxkbLabelController(TQLabel *label, TQPopupMenu* contextMenu); + KxkbLabelController(TQLabel *label, TDEPopupMenu* contextMenu); void initLayoutList(const TQValueList<LayoutUnit>& layouts, const XkbRules& rule); void setCurrentLayout(const LayoutUnit& layout); @@ -55,7 +55,7 @@ public: private: TQLabel* label; - TQPopupMenu* contextMenu; + TDEPopupMenu* contextMenu; const int m_menuStartIndex; bool m_showFlag; |