diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:15:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:15:09 -0600 |
commit | 3eb39830ef8d807ff1538a0aa66a9b3fd711903a (patch) | |
tree | 65d77d809c10190d1591e13eaa8b02042a0d4488 /systemsettings/modulesview.h | |
parent | e3656c08ed309001cb7275441296682cadbeb160 (diff) | |
download | tde-systemsettings-3eb39830ef8d807ff1538a0aa66a9b3fd711903a.tar.gz tde-systemsettings-3eb39830ef8d807ff1538a0aa66a9b3fd711903a.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'systemsettings/modulesview.h')
-rw-r--r-- | systemsettings/modulesview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/modulesview.h b/systemsettings/modulesview.h index a334d75..9eeb72a 100644 --- a/systemsettings/modulesview.h +++ b/systemsettings/modulesview.h @@ -34,7 +34,7 @@ public: : KIconView( parent, name ){ }; // Figure out the hight/width to have only one row - TQSize tqminimumSizeHint() const { + TQSize minimumSizeHint() const { int width = 0; /* for ( TQIconViewItem *item = firstItem(); item; item = item->nextItem() ) |