diff options
Diffstat (limited to 'kivio/kiviopart/kivioglobal.h')
-rw-r--r-- | kivio/kiviopart/kivioglobal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kivio/kiviopart/kivioglobal.h b/kivio/kiviopart/kivioglobal.h index 1e94f79b..cd0fe3d6 100644 --- a/kivio/kiviopart/kivioglobal.h +++ b/kivio/kiviopart/kivioglobal.h @@ -37,12 +37,12 @@ namespace Kivio }; /** - * Save a page tqlayout to a TQDomElement + * Save a page layout to a TQDomElement */ - void savePageLayout(TQDomElement& e, const KoPageLayout& tqlayout); - KoGenStyle savePageLayout(const KoPageLayout& tqlayout); + void savePageLayout(TQDomElement& e, const KoPageLayout& layout); + KoGenStyle savePageLayout(const KoPageLayout& layout); /** - * Load a page tqlayout from a TQDomElement + * Load a page layout from a TQDomElement */ KoPageLayout loadPageLayout(const TQDomElement& e); /** @@ -57,7 +57,7 @@ namespace Kivio * Return the orientation based on the string */ KoOrientation orientationFromString(const TQString& s); - void setFormatOrientation(KoPageLayout& tqlayout); + void setFormatOrientation(KoPageLayout& layout); /** * Load a KoSize from a TQDomElement |