summaryrefslogtreecommitdiff
path: root/libopie/oticker.h
Side-by-side diff
Diffstat (limited to 'libopie/oticker.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/oticker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopie/oticker.h b/libopie/oticker.h
index 30b7517..c848654 100644
--- a/libopie/oticker.h
+++ b/libopie/oticker.h
@@ -66,7 +66,7 @@ public:
*/
~OTicker();
/*!
- * @fn setText()
+ * @fn setText(const QString& )
* @brief sets text to be displayed
* @param text QString text to be displayed.
*
@@ -78,6 +78,7 @@ public:
* @param color QColor color to be set.
*
*/
+ //FIXME const QColor& please -zecke
void setBackgroundColor(QColor color);
/*!
* @fn setForegroundColor(QColor color)