diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:02:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:02:36 -0600 |
commit | c125e4cd2946b1fd0651c27fd998b58bab7152a1 (patch) | |
tree | a215683b59f6028db5718dbc0c33792cc85c49b1 /src/kreplacements/kreplacements.h | |
parent | 533c3127e1498430584d456034fe2558101d99cb (diff) | |
download | kdiff3-c125e4cd2946b1fd0651c27fd998b58bab7152a1.tar.gz kdiff3-c125e4cd2946b1fd0651c27fd998b58bab7152a1.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/kreplacements/kreplacements.h')
-rw-r--r-- | src/kreplacements/kreplacements.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kreplacements/kreplacements.h b/src/kreplacements/kreplacements.h index 0275a1b..5f4e811 100644 --- a/src/kreplacements/kreplacements.h +++ b/src/kreplacements/kreplacements.h @@ -264,7 +264,7 @@ public: static TDEAction* keyBindings( TQWidget* parent, const char* slot, TDEActionCollection* ); }; -class KIcon +class TDEIcon { public: enum {SizeMedium,Small}; @@ -369,7 +369,7 @@ public: bool isSet(const TQString&); }; -class KIconLoader +class TDEIconLoader { public: TQPixmap loadIcon(const TQString& name, int); @@ -378,11 +378,11 @@ public: class TDEApplication : public TQApplication { TDEConfig m_config; - KIconLoader m_iconLoader; + TDEIconLoader m_iconLoader; public: TDEApplication(); static TDEApplication* kApplication(); - KIconLoader* iconLoader(); + TDEIconLoader* iconLoader(); TDEConfig* config(); bool isRestored(); }; |