diff options
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 { |