diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
commit | de9b6c9ad15f9f51812daae17cce635d1050a9ba (patch) | |
tree | 6b26400ab1a616925443c5d365246eb86c9bad57 /kcontrol/icons/icons.h | |
parent | 4f841fbbbc5d3399535ade061699cc76363c7a3f (diff) | |
download | tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.tar.gz tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/icons/icons.h')
-rw-r--r-- | kcontrol/icons/icons.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kcontrol/icons/icons.h b/kcontrol/icons/icons.h index aafa31748..1438a9f1a 100644 --- a/kcontrol/icons/icons.h +++ b/kcontrol/icons/icons.h @@ -36,9 +36,9 @@ class TQWidget; class KColorButton; class TDEConfig; -class KIconEffect; -class KIconLoader; -class KIconTheme; +class TDEIconEffect; +class TDEIconLoader; +class TDEIconTheme; struct Effect { @@ -53,13 +53,13 @@ struct Effect /** * The General Icons tab in kcontrol. */ -class KIconConfig: public TDECModule +class TDEIconConfig: public TDECModule { Q_OBJECT public: - KIconConfig(TQWidget *parent, const char *name=0); - ~KIconConfig(); + TDEIconConfig(TQWidget *parent, const char *name=0); + ~TDEIconConfig(); virtual void load(); virtual void load( bool useDefaults ); @@ -103,9 +103,9 @@ private: int mSysTraySize; int mQuickLaunchSize; - KIconEffect *mpEffect; - KIconTheme *mpTheme; - KIconLoader *mpLoader; + TDEIconEffect *mpEffect; + TDEIconTheme *mpTheme; + TDEIconLoader *mpLoader; TDEConfig *mpConfig; KSimpleConfig *mpSystrayConfig; KSimpleConfig *mpKickerConfig; @@ -121,15 +121,15 @@ private: TQPushButton *mPreviewButton1, *mPreviewButton2, *mPreviewButton3; }; -class KIconEffectSetupDialog: public KDialogBase +class TDEIconEffectSetupDialog: public KDialogBase { Q_OBJECT public: - KIconEffectSetupDialog(const Effect &, const Effect &, + TDEIconEffectSetupDialog(const Effect &, const Effect &, const TQString &, const TQImage &, TQWidget *parent=0L, char *name=0L); - ~KIconEffectSetupDialog(); + ~TDEIconEffectSetupDialog(); Effect effect() { return mEffect; } protected: @@ -145,7 +145,7 @@ protected slots: void slotDefault(); private: - KIconEffect *mpEffect; + TDEIconEffect *mpEffect; TQListBox *mpEffectBox; TQCheckBox *mpSTCheck; TQSlider *mpEffectSlider; |