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

List:       kde-commits
Subject:    kdenonbeta/klink/lib
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2004-09-11 2:11:17
Message-ID: 20040911021117.C7347E76 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

my eyes aren't the best compiler in the world.


  M +6 -6      klink.h   1.6
  M +3 -3      klinksearch.h   1.4
  M +2 -2      klinktarget.h   1.4


--- kdenonbeta/klink/lib/klink.h  #1.5:1.6
@@ -29,15 +29,15 @@ namespace KLink
 {
 
-class KLink
+class Link
 {
 public:
     enum Type { Implicit, Explicit, Derived };
 
-    KLink(const KLink &link);
-    KLink(Type type,
+    Link(const Link &link);
+    Link(Type type,
           const Node &target,
-          const Node &source = KLinkTarget::null(),
+          const Node &source = LinkTarget::null(),
           const Anchor &anchor = Anchor::null());
-    virtual ~KLink();
+    virtual ~Link();
 
     Type type() const;
@@ -57,5 +57,5 @@ protected:
 };
 
-typedef QValueList<KLink> KLinkList;
+typedef QValueList<Link> LinkList;
 
 class Anchor

--- kdenonbeta/klink/lib/klinksearch.h  #1.3:1.4
@@ -29,5 +29,5 @@ namespace KLink
  * A simple type to return the relevance and list of links for a given search.
  */
-typedef QValueList< QPair<float, KLink> > SearchResults;
+typedef QValueList< QPair<float, Link> > SearchResults;
 
 class SearchInterface
@@ -64,5 +64,5 @@ class TargetSearch : public SearchInterf
 public:
     TargetSearch(const Target &target,
-                 const Anchor &anchor = KLinkAnchor::null(),
+                 const Anchor &anchor = Anchor::null(),
                  const KMimeType::List &mimeTypes = KMimeType::List(),
                  const NodeGroupList &groups = NodeGroupList(),
@@ -80,5 +80,5 @@ class SourceSearch : public SearchInterf
 public:
     SourceSearch(const Node &source,
-                 const Anchor &anchor = KLinkAnchor::null(),
+                 const Anchor &anchor = Anchor::null(),
                  const KMimeType::List &mimeTypes = KMimeType::List(),
                  const NodeGroupList &groups = NodeGroupList(),

--- kdenonbeta/klink/lib/klinktarget.h  #1.3:1.4
@@ -27,5 +27,5 @@ class Node
 {
 public:
-    Node(const Target &target);
+    Node(const Node &Node);
     Node(const KURL &location);
     virtual ~Node();
@@ -48,5 +48,5 @@ class Keyword : Node
 {
 public:
-    Keyword(const Keyword &target);
+    Keyword(const Keyword &keyword);
     Keyword(const QString &phrase);
     virtual ~Target();


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

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