summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/browserbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/browserbutton.cpp')
-rw-r--r--kicker/kicker/buttons/browserbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/browserbutton.cpp b/kicker/kicker/buttons/browserbutton.cpp
index 950882696..2e2cb5a2d 100644
--- a/kicker/kicker/buttons/browserbutton.cpp
+++ b/kicker/kicker/buttons/browserbutton.cpp
@@ -65,7 +65,7 @@ void BrowserButton::initialize( const TQString& icon, const TQString& path )
topMenu = new PanelBrowserMenu( path );
setPopup(topMenu);
- _menuTimer = new TQTimer( this );
+ _menuTimer = new TQTimer( this, "_menuTimer" );
connect( _menuTimer, TQT_SIGNAL(timeout()), TQT_SLOT(slotDelayedPopup()) );
TQToolTip::add(this, i18n("Browse: %1").arg(path));