diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:09:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:09:28 -0600 |
commit | 3b1d37c35906b297d1fd9c3660615417d97008f3 (patch) | |
tree | 407bef5efbdd60e16d33a5fe42517a757f50c2bf /systemsettings/modulesview.h | |
parent | 28ae138d6e8936bab8c737400ac44682d48c9196 (diff) | |
download | tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.tar.gz tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'systemsettings/modulesview.h')
-rw-r--r-- | systemsettings/modulesview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/modulesview.h b/systemsettings/modulesview.h index c0640b6..f51a213 100644 --- a/systemsettings/modulesview.h +++ b/systemsettings/modulesview.h @@ -26,12 +26,12 @@ /** * Overloaded to give a larger default size that fits with text of two lines. */ -class RowIconView : public KIconView +class RowIconView : public TDEIconView { public: RowIconView( TQWidget* parent, const char *name=0 ) - : KIconView( parent, name ){ }; + : TDEIconView( parent, name ){ }; // Figure out the hight/width to have only one row TQSize minimumSizeHint() const { |