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.