diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 20:59:52 +0200 |
commit | 78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b (patch) | |
tree | 073fd8dfc96771e4fc8f8bff5b97fccbf9f7f91c /kviewshell/tdemultipage.h | |
parent | 580e97ebe258cc3c6745aa49fbc6a423de32c9ba (diff) | |
download | tdegraphics-78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b.tar.gz tdegraphics-78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kviewshell/tdemultipage.h')
-rw-r--r-- | kviewshell/tdemultipage.h | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |