diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:07 -0600 |
commit | 703fb0c89c2eee56a1e613e67a446db9d4287929 (patch) | |
tree | dd8c5ca66075cd89c2638a2b48cf78386a9870a7 /tdeui/kpanelapplet.h | |
parent | 818e7abec3d5d3809b6b77293558678371c16b71 (diff) | |
download | tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/kpanelapplet.h')
-rw-r--r-- | tdeui/kpanelapplet.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kpanelapplet.h b/tdeui/kpanelapplet.h index 50a16fd27..2ef893927 100644 --- a/tdeui/kpanelapplet.h +++ b/tdeui/kpanelapplet.h @@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqframe.h> #include <kconfig.h> -class KConfig; +class TDEConfig; class TQPopupMenu; /** @@ -176,7 +176,7 @@ public: virtual int heightForWidth(int width) const { return width; } /** - * Always use this KConfig object to save/load your applet's configuration. + * Always use this TDEConfig object to save/load your applet's configuration. * * For unique applets this config object will write to a config file called * \<appletname\>rc in the user's local %KDE directory. @@ -184,7 +184,7 @@ public: * For normal applets this config object will write to a instance specific config file * called \<appletname\>\<instanceid\>rc in the user's local %KDE directory. **/ - KConfig* config() const { return _config; } + TDEConfig* config() const { return _config; } KSharedConfig::Ptr sharedConfig() const; /** @@ -384,7 +384,7 @@ private: Type _type; Position _position; Alignment _alignment; - KConfig* _config; + TDEConfig* _config; int _actions; protected: virtual void virtual_hook( int id, void* data ); |