summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/displaywindow/cbuttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/displaywindow/cbuttons.h')
-rw-r--r--bibletime/frontend/displaywindow/cbuttons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/displaywindow/cbuttons.h b/bibletime/frontend/displaywindow/cbuttons.h
index 5d9dcd7..fb13f18 100644
--- a/bibletime/frontend/displaywindow/cbuttons.h
+++ b/bibletime/frontend/displaywindow/cbuttons.h
@@ -65,7 +65,7 @@ public:
/**
* Sets the item at position pos to the satet given as 2nd paramter.
*/
- void setItemStatus( const int pos, const bool checked );
+ void setItemtqStatus( const int pos, const bool checked );
/**
* Returns the number of usable menu items in the setttings menu.
*/
@@ -73,7 +73,7 @@ public:
/**
* Returns the status of the item at position "index"
*/
- const bool itemStatus( const int index );
+ const bool itemtqStatus( const int index );
/**
* Sets the status to changed. The signal changed will be emitted.
*/