summaryrefslogtreecommitdiffstats
path: root/systemsettings/modulesview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:34:02 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:34:02 -0600
commitb5b62ae9b3c8396bb74d76a125f1a9349e8b1233 (patch)
tree3ad39c072d291299b6d8b8a49f872ecf80b61f1c /systemsettings/modulesview.h
parentf191e6da45dcd3fe7c95f4791e75ea6106e4fc68 (diff)
downloadtde-systemsettings-b5b62ae9b3c8396bb74d76a125f1a9349e8b1233.tar.gz
tde-systemsettings-b5b62ae9b3c8396bb74d76a125f1a9349e8b1233.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'systemsettings/modulesview.h')
-rw-r--r--systemsettings/modulesview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/modulesview.h b/systemsettings/modulesview.h
index a334d75..49a9d07 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() )
@@ -94,7 +94,7 @@ private:
KCModuleMenu *rootMenu;
TQString menuPath;
- void createRow( const TQString &parentPath, TQBoxLayout *tqlayout );
+ void createRow( const TQString &parentPath, TQBoxLayout *layout );
};
#endif // MODULESVIEW_H