diff options
Diffstat (limited to 'konq-plugins/autorefresh/autorefresh.h')
-rw-r--r-- | konq-plugins/autorefresh/autorefresh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/autorefresh/autorefresh.h b/konq-plugins/autorefresh/autorefresh.h index ca03bb1..251ab8b 100644 --- a/konq-plugins/autorefresh/autorefresh.h +++ b/konq-plugins/autorefresh/autorefresh.h @@ -49,7 +49,7 @@ public slots: void slotIntervalChanged(); private: - KSelectAction *refresher; + TDESelectAction *refresher; TQTimer *timer; }; |