From 4c4ed7176231558d01aeca2eb705fc6810ec7766 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 05 Feb 2004 16:44:20 +0000 Subject: Stuff can be broken if you really want it... or because only root can open /dev/console... Anyway have a mutable QPopupMenu in the class and remove unsigned long ref as we don't need it --- (limited to 'core/applets/vtapplet/vt.h') 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 @@ -44,11 +44,9 @@ public: public slots: virtual void changeVT( int index ); virtual void updateMenu(); - private: - ulong ref; + mutable QPopupMenu* m_subMenu; }; -static QPopupMenu* submenu; #endif -- cgit v0.9.0.2