diff options
Diffstat (limited to 'src/gui/orientationwidget.h')
-rw-r--r-- | src/gui/orientationwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/orientationwidget.h b/src/gui/orientationwidget.h index 84d2071..a48bf37 100644 --- a/src/gui/orientationwidget.h +++ b/src/gui/orientationwidget.h @@ -27,7 +27,7 @@ class OrientationWidget : public TQWidget Q_OBJECT TQ_OBJECT public: - OrientationWidget( TQWidget *tqparent = 0l, const char *name = 0l ); + OrientationWidget( TQWidget *parent = 0l, const char *name = 0l ); ~OrientationWidget(); public slots: |