summaryrefslogtreecommitdiff
blob: dce9548a43fa9dcafc245f55bce618bbf1cd99ed (plain)
1
2
3
4
5
6
7
8
9
10
11
--- eyesaver.cpp	2011-06-03 14:58:13.050524017 -0400
+++ eyesaver.cpp	2011-06-03 14:59:10.829774142 -0400
@@ -82,7 +82,7 @@
 
 void Plasmaeyesaver::apridocum () {
     KUrl *doc = new KUrl("http://spitalia.altervista.org/blog/?page_id=18");
-    new KRun::KRun(*doc,0);
+    new KRun(*doc,0);
 }
 
 void Plasmaeyesaver::createConfigurationInterface( KConfigDialog *p_parent )