summaryrefslogtreecommitdiff
path: root/core/applets/vtapplet/vt.h
Unidiff
Diffstat (limited to 'core/applets/vtapplet/vt.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/vtapplet/vt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/applets/vtapplet/vt.h b/core/applets/vtapplet/vt.h
index 6bdb9e0..4c92ddd 100644
--- a/core/applets/vtapplet/vt.h
+++ b/core/applets/vtapplet/vt.h
@@ -45,10 +45,8 @@ public slots:
45 virtual void changeVT( int index ); 45 virtual void changeVT( int index );
46 virtual void updateMenu(); 46 virtual void updateMenu();
47
48private: 47private:
49 ulong ref; 48 mutable QPopupMenu* m_subMenu;
50}; 49};
51 50
52static QPopupMenu* submenu;
53 51
54#endif 52#endif