diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:33:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:33:23 -0600 |
commit | 5e5409d89552fa6839ab6cd52a47306eb4d650f0 (patch) | |
tree | a441a0c3198bd49b38977428c46fef2197aeaa8b /krootbacking/krootbacking.h | |
parent | 8103f3767e023c58049df75422bc4c87cedae1a2 (diff) | |
download | tdebase-5e5409d89552fa6839ab6cd52a47306eb4d650f0.tar.gz tdebase-5e5409d89552fa6839ab6cd52a47306eb4d650f0.zip |
Rename KShared
Diffstat (limited to 'krootbacking/krootbacking.h')
-rw-r--r-- | krootbacking/krootbacking.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/krootbacking/krootbacking.h b/krootbacking/krootbacking.h index fd4707047..731e64362 100644 --- a/krootbacking/krootbacking.h +++ b/krootbacking/krootbacking.h @@ -32,7 +32,7 @@ class TQRect; class TQWidget; class TQTimer; -class KSharedPixmap; +class TDESharedPixmap; class KRootBackingData; /** @@ -128,7 +128,7 @@ public slots: void repaint(); /** - * Asks KDesktop to export the desktop background as a KSharedPixmap. + * Asks KDesktop to export the desktop background as a TDESharedPixmap. * This method uses DCOP to call KBackgroundIface/setExport(int). */ void enableExports(); @@ -152,7 +152,7 @@ protected: * applies the fade effect, then sets the target's background, or emits * backgroundUpdated(const TQPixmap &) depending on the painting mode. */ - virtual void updateBackground( KSharedPixmap * ); + virtual void updateBackground( TDESharedPixmap * ); private slots: void slotBackgroundChanged(int); @@ -168,7 +168,7 @@ private: TQRect m_Rect; TQTimer *m_pTimer; - KSharedPixmap *m_pPixmap; + TDESharedPixmap *m_pPixmap; KRootBackingData *d; void init(); |