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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kicker/kicker/ui/k_mnu.h b/kicker/kicker/ui/k_mnu.h
index 91904e0d0..6dedec4c9 100644
--- a/kicker/kicker/ui/k_mnu.h
+++ b/kicker/kicker/ui/k_mnu.h
@@ -27,6 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <dcopobject.h>
#include <tqintdict.h>
#include <tqpixmap.h>
+#include <tqtimer.h>
#include "service_mnu.h"
@@ -84,6 +85,7 @@ protected slots:
void paletteChanged();
virtual void configChanged();
void updateRecent();
+ void repairDisplay();
protected:
TQRect sideImageRect();
@@ -113,6 +115,8 @@ private:
PopupMenuList dynamicSubMenus;
KPIM::ClickLineEdit *searchEdit;
static const int searchLineID;
+ TQTimer *displayRepairTimer;
+ bool displayRepaired;
};
#endif