summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bticonloader.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bticonloader.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bticonloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/bticonloader.h b/noncore/net/opietooth/manager/bticonloader.h
index 1b48009..9951c4c 100644
--- a/noncore/net/opietooth/manager/bticonloader.h
+++ b/noncore/net/opietooth/manager/bticonloader.h
@@ -18,19 +18,19 @@ namespace OpieTooth {
* @param deviceClass the device class id
* @return the pixmap
*/
- QPixmap deviceIcon( const QString &deviceClass );
+ QPixmap deviceIcon( int );
/**
* Returns an icon depending on service id
* @param serviceClass the service id
* @return the pixmap
*/
- QPixmap serviceIcon( const QString &serviceClass );
+ QPixmap serviceIcon( int );
private:
// first ist id, second is icon name
- QMap<QString,QString> deviceIcons;
- QMap<QString,QString> serviceIcons;
+ QMap<int,QString> deviceIcons;
+ QMap<int,QString> serviceIcons;
};
}