diff widgets/SearchWidget.h @ 70:46af1af183ac

Highlight the button of the current theme in the search tab
author lbajardsilogic
date Wed, 13 Jun 2007 13:15:45 +0000
parents a5175615d153
children cb6320fd77cc
line wrap: on
line diff
--- a/widgets/SearchWidget.h	Wed Jun 13 13:14:59 2007 +0000
+++ b/widgets/SearchWidget.h	Wed Jun 13 13:15:45 2007 +0000
@@ -48,6 +48,9 @@
 	/* return the name of the active query theme */
 	QString getActiveTheme();
 
+	/*highlight the button of the theme "name"*/
+	void highlightThemeButton(QString &name);
+
 	void reset();
 
 public slots: