summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:44:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:44:44 -0600
commitfec3b97db2e3c0296bb1beee021df8f47b72b154 (patch)
tree7a1d2071d51ab94754868e503a3ddb58652c3639
parent78c440a358cca8401be864a328b7a75329a5a4e7 (diff)
downloadtdeedu-fec3b97db2e3c0296bb1beee021df8f47b72b154.tar.gz
tdeedu-fec3b97db2e3c0296bb1beee021df8f47b72b154.zip
Minor update for kioslave rename
-rw-r--r--kstars/kstars.kdevprj2
-rw-r--r--kstars/kstars/imageviewer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars.kdevprj b/kstars/kstars.kdevprj
index 91038fe2..098a8870 100644
--- a/kstars/kstars.kdevprj
+++ b/kstars/kstars.kdevprj
@@ -22,7 +22,7 @@ bin_program=kstars
cflags=
cppflags=
cxxflags=\s-O0 -g3 -Wall
-ldadd=-lkio -ltdeprint -lm $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
+ldadd=-ltdeio -ltdeprint -lm $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
ldflags=\s\s
[General]
diff --git a/kstars/kstars/imageviewer.h b/kstars/kstars/imageviewer.h
index 39376305..cec0d85f 100644
--- a/kstars/kstars/imageviewer.h
+++ b/kstars/kstars/imageviewer.h
@@ -32,7 +32,7 @@
*@version 1.0
*
*This image-viewer automatically resizes the picture. The output
- *works with kio-slaves and not directly with the TQImage save-routines
+ *works with tdeio-slaves and not directly with the TQImage save-routines
*because normally the image-files are in GIF-format and QT does not
*save these files. For other formats, like PNG, this is not so important
*because they can directly saved by TQImage.