[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/libkonq
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-12-20 18:11:52
Message-ID: 20041220181152.4DD0D1BB7B () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

KDE_NO_COMPAT fixes 


  M +1 -1      konq_dirpart.cc   1.82
  M +7 -7      konq_popupmenu.cc   1.210


--- kdebase/libkonq/konq_dirpart.cc  #1.81:1.82
@@ -221,5 +221,5 @@ KonqDirPart::KonqDirPart( QObject *paren
                               actionCollection(), "bgsettings" );
 
-    a->setStatusText( i18n( "Allows choosing of background settings for this view" ) \
); +    a->setToolTip( i18n( "Allows choosing of background settings for this view" ) \
);  }
 

--- kdebase/libkonq/konq_popupmenu.cc  #1.209:1.210
@@ -189,5 +189,5 @@ KonqPopupMenu::KonqPopupMenu( KBookmarkM
                               bool showProperties )
     : QPopupMenu( 0L, "konq_popupmenu" ),
-      m_actions( actions ), m_ownActions( static_cast<QObject *>( 0 ), \
"KonqPopupMenu::m_ownActions" ), +      m_actions( actions ), m_ownActions( \
                static_cast<QWidget *>( 0 ), "KonqPopupMenu::m_ownActions" ),
       m_pMenuNew( newMenu ), m_sViewURL(viewURL), m_lstItems(items), m_pManager(mgr)
 {
@@ -202,5 +202,5 @@ KonqPopupMenu::KonqPopupMenu( KBookmarkM
                               QWidget * parentWidget,
                               bool showProperties )
-    : QPopupMenu( parentWidget, "konq_popupmenu" ), m_actions( actions ), \
m_ownActions( static_cast<QObject *>( 0 ), "KonqPopupMenu::m_ownActions" ), \
m_pMenuNew( newMenu ), m_sViewURL(viewURL), m_lstItems(items), m_pManager(mgr) +    : \
QPopupMenu( parentWidget, "konq_popupmenu" ), m_actions( actions ), m_ownActions( \
static_cast<QWidget *>( 0 ), "KonqPopupMenu::m_ownActions" ), m_pMenuNew( newMenu ), \
m_sViewURL(viewURL), m_lstItems(items), m_pManager(mgr)  {
     KonqPopupFlags kpf = ( showProperties ? ShowProperties : IsLink ) | \
ShowNewWindow; @@ -215,5 +215,5 @@ KonqPopupMenu::KonqPopupMenu( KBookmarkM
                               KonqPopupFlags kpf,
                               KParts::BrowserExtension::PopupFlags flags)
-  : QPopupMenu( parentWidget, "konq_popupmenu" ), m_actions( actions ), \
m_ownActions( static_cast<QObject *>( 0 ), "KonqPopupMenu::m_ownActions" ), \
m_pMenuNew( newMenu ), m_sViewURL(viewURL), m_lstItems(items), m_pManager(mgr) +  : \
QPopupMenu( parentWidget, "konq_popupmenu" ), m_actions( actions ), m_ownActions( \
static_cast<QWidget *>( 0 ), "KonqPopupMenu::m_ownActions" ), m_pMenuNew( newMenu ), \
m_sViewURL(viewURL), m_lstItems(items), m_pManager(mgr)  {
     init(parentWidget, kpf, flags);
@@ -458,9 +458,9 @@ void KonqPopupMenu::setup(KonqPopupFlags
     {
         if (isCurrentTrash)
-            actNewWindow->setStatusText( i18n( "Open the trash in a new window" ) );
+            actNewWindow->setToolTip( i18n( "Open the trash in a new window" ) );
         else if (isSingleMedium)
-            actNewWindow->setStatusText( i18n( "Open the medium in a new window") );
+            actNewWindow->setToolTip( i18n( "Open the medium in a new window") );
         else
-            actNewWindow->setStatusText( i18n( "Open the document in a new window" ) \
); +            actNewWindow->setToolTip( i18n( "Open the document in a new window" ) \
);  }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic