summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kivio_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/kivio_page.h')
-rw-r--r--kivio/kiviopart/kivio_page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/kivio_page.h b/kivio/kiviopart/kivio_page.h
index 872018a6..16d9db48 100644
--- a/kivio/kiviopart/kivio_page.h
+++ b/kivio/kiviopart/kivio_page.h
@@ -107,7 +107,7 @@ class KIVIO_EXPORT KivioPage : public TQObject
void print( TQPainter &painter, KPrinter *_printer );
void update();
int id()const { return m_id; }
- static KivioPage* tqfind( int _id );
+ static KivioPage* find( int _id );
KoPageLayout paperLayout()const { return m_pPageLayout; }
void setPaperLayout(const KoPageLayout&);