diff options
Diffstat (limited to 'kwin/group.h')
-rw-r--r-- | kwin/group.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/group.h b/kwin/group.h index 21ebb8d17..081239291 100644 --- a/kwin/group.h +++ b/kwin/group.h @@ -31,8 +31,8 @@ class Group const Client* leaderClient() const; Client* leaderClient(); const ClientList& members() const; - QPixmap icon() const; - QPixmap miniIcon() const; + TQPixmap icon() const; + TQPixmap miniIcon() const; void addMember( Client* member ); void removeMember( Client* member ); void gotLeader( Client* leader ); |