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

List:       kde-commits
Subject:    kdebase/kicker/buttons
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-02-03 9:16:11
Message-ID: 20050203091611.7EA121D2C0 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

KickerLib::'ing


  M +1 -1      browserbutton.cpp   1.19
  M +1 -1      servicebutton.cpp   1.34
  M +1 -1      urlbutton.cpp   1.23


--- kdebase/kicker/buttons/browserbutton.cpp  #1.18:1.19
@@ -117,5 +117,5 @@ void BrowserButton::slotDelayedPopup()
 {
     topMenu->initialize();
-    topMenu->popup( popupPosition( popupDirection(), topMenu, this ) );
+    topMenu->popup(KickerLib::popupPosition(popupDirection(), topMenu, this));
     setDown(false);
 }

--- kdebase/kicker/buttons/servicebutton.cpp  #1.33:1.34
@@ -234,5 +234,5 @@ void ServiceButton::slotSaveAs(const KUR
     if (locateLocal("appdata", oldUrl.fileName()) != oldPath)
     {
-       QString path = newDesktopFile(oldUrl);
+       QString path = KickerLib::newDesktopFile(oldUrl);
        newUrl.setPath(path);
        _id = path;

--- kdebase/kicker/buttons/urlbutton.cpp  #1.22:1.23
@@ -72,5 +72,5 @@ void URLButton::initialize( const QStrin
     if (!url.isLocalFile() || !url.path().endsWith(".desktop"))
     {
-       QString file = newDesktopFile(url);
+       QString file = KickerLib::newDesktopFile(url);
        KDesktopFile df(file);
        df.writeEntry("Encoding", "UTF-8");


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

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