diff options
Diffstat (limited to 'kicker/applets/minipager/pagerbutton.h')
-rw-r--r-- | kicker/applets/minipager/pagerbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/applets/minipager/pagerbutton.h b/kicker/applets/minipager/pagerbutton.h index 54645b8e7..042820f20 100644 --- a/kicker/applets/minipager/pagerbutton.h +++ b/kicker/applets/minipager/pagerbutton.h @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. class KPixmap; class KWinModule; class KMiniPager; -class KSharedPixmap; +class TDESharedPixmap; class TQLineEdit; class KMiniPagerButton : public TQButton, public KickerTip::Client @@ -98,9 +98,9 @@ private: TQLineEdit* m_lineEdit; - KSharedPixmap *m_sharedPixmap; + TDESharedPixmap *m_sharedPixmap; KPixmap *m_bgPixmap; - static KSharedPixmap *s_commonSharedPixmap; + static TDESharedPixmap *s_commonSharedPixmap; static KPixmap *s_commonBgPixmap; bool m_isCommon; |