summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/k_mnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/k_mnu.h')
-rw-r--r--kicker/kicker/ui/k_mnu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kicker/kicker/ui/k_mnu.h b/kicker/kicker/ui/k_mnu.h
index 6dedec4c9..16655bdd6 100644
--- a/kicker/kicker/ui/k_mnu.h
+++ b/kicker/kicker/ui/k_mnu.h
@@ -50,6 +50,7 @@ class PanelKMenu : public PanelServiceMenu, public DCOPObject
k_dcop:
void slotServiceStartedByStorageId(TQString starter, TQString desktopPath);
+ void hideMenu();
public:
PanelKMenu();
@@ -86,6 +87,7 @@ protected slots:
virtual void configChanged();
void updateRecent();
void repairDisplay();
+ void windowClearTimeout();
protected:
TQRect sideImageRect();
@@ -117,6 +119,7 @@ private:
static const int searchLineID;
TQTimer *displayRepairTimer;
bool displayRepaired;
+ bool windowTimerTimedOut;
};
#endif