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 d6bdb02ce..b9c1c314d 100644
--- a/kivio/kiviopart/kivio_page.h
+++ b/kivio/kiviopart/kivio_page.h
@@ -179,7 +179,7 @@ class KIVIO_EXPORT KivioPage : public TQObject
void setPaintSelected(bool paint = true);
void setGuideLines(const TQValueList<double> hGuideLines, const TQValueList<double> vGuideLines);
- void addGuideLine(Qt::Orientation orientation, double position);
+ void addGuideLine(TQt::Orientation orientation, double position);
signals:
void sig_updateView( KivioPage *_page );