summaryrefslogtreecommitdiffstats
path: root/systemsettings/modulesview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:15:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:15:09 -0600
commit3eb39830ef8d807ff1538a0aa66a9b3fd711903a (patch)
tree65d77d809c10190d1591e13eaa8b02042a0d4488 /systemsettings/modulesview.h
parente3656c08ed309001cb7275441296682cadbeb160 (diff)
downloadtde-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.h2
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() )