summaryrefslogtreecommitdiffstats
path: root/kxkb/kxkbtraywindow.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-05-01 15:14:43 +0300
committerMavridis Philippe <mavridisf@gmail.com>2021-05-16 16:02:45 +0300
commit63b5e825b82b0f6936a97865d1907c5998f302af (patch)
tree6396d5da047f12b3575700d041f8dc8ccf06e173 /kxkb/kxkbtraywindow.h
parent3419424baa9c910ba9b9ef7dbc7017451867fcdc (diff)
downloadtdebase-63b5e825b82b0f6936a97865d1907c5998f302af.tar.gz
tdebase-63b5e825b82b0f6936a97865d1907c5998f302af.zip
Added customization options for Kxkb
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kxkb/kxkbtraywindow.h')
-rw-r--r--kxkb/kxkbtraywindow.h6
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;