diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:07:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:07:17 -0600 |
commit | a171879c8320752c0bc5c0dad5f2191a3555ca7c (patch) | |
tree | 1cc01f908b8131ec16339c3f517f661525657411 /systemsettings/modulesview.h | |
parent | 13bbc66a0e4b8e6d6c27b8dd5e98f724c3d790bf (diff) | |
download | tde-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.h | 2 |
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 |