diff options
Diffstat (limited to 'kicker/applets/launcher/quickbutton.h')
-rw-r--r-- | kicker/applets/launcher/quickbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/launcher/quickbutton.h b/kicker/applets/launcher/quickbutton.h index 4629093cc..ea5ed21aa 100644 --- a/kicker/applets/launcher/quickbutton.h +++ b/kicker/applets/launcher/quickbutton.h @@ -53,7 +53,7 @@ public: TQString name() const { return m_name; } KService::Ptr service() const {return _service;}; void run() const; - TQPixmap pixmap(mode_t _mode = 0, KIcon::Group _group = KIcon::Desktop, + TQPixmap pixmap(mode_t _mode = 0, TDEIcon::Group _group = TDEIcon::Desktop, int _force_size = 0, int _state = 0, TQString * _path = 0L) const; private: |