summaryrefslogtreecommitdiffstats
path: root/systemsettings/modulesview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:15:09 -0600
committerSlávek Banko <[email protected]>2012-08-02 00:18:38 +0200
commit2cbad6e6852a313acbd5f4b3d63393fe5d58e6a2 (patch)
tree8d69016fcc14b614ac535caf2e619245bca1fe20 /systemsettings/modulesview.h
parent19d1af3d8d8bba58e011c1d4625f2c1401b7a3ea (diff)
downloadtde-systemsettings-2cbad6e6852a313acbd5f4b3d63393fe5d58e6a2.tar.gz
tde-systemsettings-2cbad6e6852a313acbd5f4b3d63393fe5d58e6a2.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 3eb39830ef8d807ff1538a0aa66a9b3fd711903a)
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() )