summaryrefslogtreecommitdiffstats
path: root/src/itemview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itemview.h')
-rw-r--r--src/itemview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/itemview.h b/src/itemview.h
index 3be2a2d..e847ed0 100644
--- a/src/itemview.h
+++ b/src/itemview.h
@@ -44,15 +44,15 @@ class ItemView : public View
void zoomIn();
void zoomOut();
void scrollToMouse( const TQPoint &pos );
- virtual void updateStatus();
+ virtual void updatetqStatus();
protected slots:
/**
* Called when the user changes the configuration.
*/
virtual void slotUpdateConfiguration();
- void startUpdatingStatus();
- void stopUpdatingStatus();
+ void startUpdatingtqStatus();
+ void stopUpdatingtqStatus();
protected:
void updateZoomActions();