summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-03 01:30:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-03 01:30:56 +0200
commit9a79f045fc413c4edcfe4635b9f0b44a9b35e153 (patch)
tree7a2572587c141cf95a89191651b3fb04c2e16b78 /kstars
parentfc067bc74a208ab6ceb451ac0d1c30b03eb9e1f6 (diff)
downloadtdeedu-9a79f045fc413c4edcfe4635b9f0b44a9b35e153.tar.gz
tdeedu-9a79f045fc413c4edcfe4635b9f0b44a9b35e153.zip
Update for recent TDENewStuff changes
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars/Makefile.am2
-rw-r--r--kstars/kstars/ksnewstuff.cpp2
-rw-r--r--kstars/kstars/ksnewstuff.h10
-rw-r--r--kstars/kstars/kstars.h2
-rw-r--r--kstars/kstars/kstarsrc4
5 files changed, 10 insertions, 10 deletions
diff --git a/kstars/kstars/Makefile.am b/kstars/kstars/Makefile.am
index e6f89a45..ef7cae2d 100644
--- a/kstars/kstars/Makefile.am
+++ b/kstars/kstars/Makefile.am
@@ -28,7 +28,7 @@ kstars_SOURCES = addcatdialog.cpp addlinkdialog.cpp colorscheme.cpp \
kde_kcfg_DATA = kstars.kcfg
kde_conf_DATA = kstarsrc
-kstars_LDADD = indi/liblilxml.a indi/libindicom.a tools/libkstarstools.a $(top_builddir)/libtdeedu/tdeeduplot/libtdeeduplot.la $(top_builddir)/libtdeedu/tdeeduui/libtdeeduui.la $(top_builddir)/libtdeedu/extdate/libextdate.la -ltdeprint -lknewstuff -lm -lz
+kstars_LDADD = indi/liblilxml.a indi/libindicom.a tools/libkstarstools.a $(top_builddir)/libtdeedu/tdeeduplot/libtdeeduplot.la $(top_builddir)/libtdeedu/tdeeduui/libtdeeduui.la $(top_builddir)/libtdeedu/extdate/libextdate.la $(LIB_TDEPRINT) $(LIB_TDENEWSTUFF) -lm -lz
SUBDIRS = indi tools . data icons
diff --git a/kstars/kstars/ksnewstuff.cpp b/kstars/kstars/ksnewstuff.cpp
index d0dc8a24..eaf455df 100644
--- a/kstars/kstars/ksnewstuff.cpp
+++ b/kstars/kstars/ksnewstuff.cpp
@@ -38,7 +38,7 @@
#include "skymap.h"
KSNewStuff::KSNewStuff( TQWidget *parent ) :
- TQObject(), KNewStuff( "kstars", parent ), NGCUpdated( false )
+ TQObject(), TDENewStuff( "kstars data", parent ), NGCUpdated( false )
{
ks = (KStars*)parent;
kdw = new KDirWatch( this );
diff --git a/kstars/kstars/ksnewstuff.h b/kstars/kstars/ksnewstuff.h
index c94bb18a..69e8fbc4 100644
--- a/kstars/kstars/ksnewstuff.h
+++ b/kstars/kstars/ksnewstuff.h
@@ -17,12 +17,12 @@
/**
*@class KSNewStuff
- *Subclass of KNewStuff, which provides a GUI for downloading extra
+ *Subclass of TDENewStuff, which provides a GUI for downloading extra
*application data from the internet. The KStars version is cutomized to
*parse the newly downloaded data and incorporate it immediately into
*the program.
*@note This class is only compiled if the user has KDE >= 3.2.90, because
- *earlier versions of KDE did not have KNewStuff.
+ *earlier versions of KDE did not have TDENewStuff.
*@author Jason Harris
*@version 1.0
*/
@@ -36,12 +36,12 @@
#include <kdebug.h>
#include <tqobject.h>
-#include <knewstuff/knewstuff.h>
+#include <tdenewstuff/knewstuff.h>
class KDirWatch;
class KStars;
-class KSNewStuff : public TQObject, public KNewStuff
+class KSNewStuff : public TQObject, public TDENewStuff
{
Q_OBJECT
@@ -55,7 +55,7 @@ class KSNewStuff : public TQObject, public KNewStuff
/**
*Install new application data
*@p fileName the name of the file to be installed
- *@note overloaded from KNewStuff
+ *@note overloaded from TDENewStuff
*/
bool install( const TQString &fileName );
diff --git a/kstars/kstars/kstars.h b/kstars/kstars/kstars.h
index 038483cc..51b55cf1 100644
--- a/kstars/kstars/kstars.h
+++ b/kstars/kstars/kstars.h
@@ -465,7 +465,7 @@ class KStars : public TDEMainWindow, virtual public KStarsInterface
void slotWizard();
/**
- * action slot: open KNewStuff window to download extra data.
+ * action slot: open TDENewStuff window to download extra data.
*/
void slotDownload();
diff --git a/kstars/kstars/kstarsrc b/kstars/kstars/kstarsrc
index 0fc7026a..0585097f 100644
--- a/kstars/kstars/kstarsrc
+++ b/kstars/kstars/kstarsrc
@@ -1,2 +1,2 @@
-[KNewStuff]
-ProvidersUrl=http://edu.kde.org/kstars/downloads/providers.xml
+[TDENewStuff]
+ProvidersUrl=https://www.trinitydesktop.org/ocs/providers.xml