diff options
Diffstat (limited to 'kweather/dockwidget.h')
-rw-r--r-- | kweather/dockwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/dockwidget.h b/kweather/dockwidget.h index dfdca05..89c5133 100644 --- a/kweather/dockwidget.h +++ b/kweather/dockwidget.h @@ -41,7 +41,7 @@ public: void setLocationCode(const TQString &locationCode); void setViewMode(int); - void setOrientation(Qt::Orientation o) { m_orientation = o; } + void setOrientation(TQt::Orientation o) { m_orientation = o; } /** resize the view **/ void resizeView(const TQSize &size); int widthForHeight(int h); |