diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 7f29ed6ef6e81aac582f9adae13fae7de117eb44 (patch) | |
tree | a9c941917ab125b89da5894ca08b245691fd032f /systemsettings/modulesview.h | |
parent | 5ad8fdbf162cf819cf1c48d2ddd8aed9113ab718 (diff) | |
download | tde-systemsettings-7f29ed6ef6e81aac582f9adae13fae7de117eb44.tar.gz tde-systemsettings-7f29ed6ef6e81aac582f9adae13fae7de117eb44.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 f7cbcb3..53be985 100644 --- a/systemsettings/modulesview.h +++ b/systemsettings/modulesview.h @@ -94,7 +94,7 @@ private: KCModuleMenu *rootMenu; TQString menuPath; - void createRow( const TQString &tqparentPath, TQBoxLayout *tqlayout ); + void createRow( const TQString &parentPath, TQBoxLayout *tqlayout ); }; #endif // MODULESVIEW_H |