summaryrefslogtreecommitdiffstats
path: root/kviewshell
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:59:52 +0200
commit78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b (patch)
tree073fd8dfc96771e4fc8f8bff5b97fccbf9f7f91c /kviewshell
parent580e97ebe258cc3c6745aa49fbc6a423de32c9ba (diff)
downloadtdegraphics-78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b.tar.gz
tdegraphics-78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kviewshell')
-rw-r--r--kviewshell/Makefile.am2
-rw-r--r--kviewshell/tdemultipage.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/kviewshell/Makefile.am b/kviewshell/Makefile.am
index 136a4177..cc24ee95 100644
--- a/kviewshell/Makefile.am
+++ b/kviewshell/Makefile.am
@@ -39,7 +39,7 @@ emptymultipagepart_la_LIBADD = -ltdeparts libtdemultipage.la
libkviewshell_la_SOURCES = kviewshell.cpp
kviewshell_SOURCES = main.cpp
-kviewshell_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kviewshell_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kviewshell_LDADD = libkviewshell.la ./libifaces.la -ltdeparts
kviewshellinclude_HEADERS = anchor.h bookmark.h pageView.h documentPageCache.h documentRenderer.h documentWidget.h \
diff --git a/kviewshell/tdemultipage.h b/kviewshell/tdemultipage.h
index 1e0910ee..c1402809 100644
--- a/kviewshell/tdemultipage.h
+++ b/kviewshell/tdemultipage.h
@@ -1,6 +1,6 @@
// -*- C++ -*-
-#ifndef _KMULTIPAGE_H
-#define _KMULTIPAGE_H
+#ifndef _TDEMULTIPAGE_H
+#define _TDEMULTIPAGE_H
#include "pageView.h"
#include "documentPageCache.h"
@@ -405,7 +405,7 @@ public slots:
currently selected text, if there is any. */
virtual void findPrevText();
- /** Opens a file requestor and starts a basic copy KIO-Job. A
+ /** Opens a file requestor and starts a basic copy TDEIO-Job. A
multipage implementation that wishes to offer saving in various
formats must re-implement this slot. */
virtual void slotSave();