From fec3b97db2e3c0296bb1beee021df8f47b72b154 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:44:44 -0600 Subject: [PATCH] Minor update for kioslave rename --- kstars/kstars.kdevprj | 2 +- kstars/kstars/imageviewer.h | 2 +- 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.