summary refs log tree commit diff
path: root/src/TrayIcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TrayIcon.h')
-rw-r--r--src/TrayIcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrayIcon.h b/src/TrayIcon.h

index 17bf5eff..554a4a0a 100644 --- a/src/TrayIcon.h +++ b/src/TrayIcon.h
@@ -40,7 +40,7 @@ class TrayIcon : public QSystemTrayIcon { Q_OBJECT public: - TrayIcon(const QString &filename, QWidget *parent); + TrayIcon(const QString &filename, QWindow *parent); public slots: void setUnreadCount(int count);