summaryrefslogtreecommitdiffstats
path: root/systemsettings/modulesview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:07:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:07:17 -0600
commita171879c8320752c0bc5c0dad5f2191a3555ca7c (patch)
tree1cc01f908b8131ec16339c3f517f661525657411 /systemsettings/modulesview.h
parent13bbc66a0e4b8e6d6c27b8dd5e98f724c3d790bf (diff)
downloadtde-systemsettings-a171879c8320752c0bc5c0dad5f2191a3555ca7c.tar.gz
tde-systemsettings-a171879c8320752c0bc5c0dad5f2191a3555ca7c.zip
Rename obsolete tq methods to standard names
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 9eeb72a..49a9d07 100644
--- a/systemsettings/modulesview.h
+++ b/systemsettings/modulesview.h
@@ -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