diff options
Diffstat (limited to 'src/xosd.h')
-rw-r--r-- | src/xosd.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,13 +21,13 @@ Q_OBJECT xosd(QWidget* parent=0, const char *name=0); virtual ~xosd(); - void setText(QString t); - void setFont(QString font); + void setText(const QString& t); + void setFont(const QString& font); void setItalic(); void setBold(); void setSize(int size); - void setColor(QString color); - void setShadowColor(QString color); + void setColor(const QString& color); + void setShadowColor(const QString& color); void setShadowOffset(int off); void move2(int x, int y); void setOrientation(int orientation, int w, int mh); |