summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcmultiwidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit7f29ed6ef6e81aac582f9adae13fae7de117eb44 (patch)
treea9c941917ab125b89da5894ca08b245691fd032f /systemsettings/kcmultiwidget.h
parent5ad8fdbf162cf819cf1c48d2ddd8aed9113ab718 (diff)
downloadtde-systemsettings-7f29ed6e.tar.gz
tde-systemsettings-7f29ed6e.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/kcmultiwidget.h')
-rw-r--r--systemsettings/kcmultiwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemsettings/kcmultiwidget.h b/systemsettings/kcmultiwidget.h
index 78edfb4..181ba4e 100644
--- a/systemsettings/kcmultiwidget.h
+++ b/systemsettings/kcmultiwidget.h
@@ -90,8 +90,8 @@ public:
* used for creating the module. It will be added
* to the list of modules the dialog will show.
*
- * @param tqparentmodulenames The names of the modules that should appear as
- * tqparents in the TreeList. Look at the
+ * @param parentmodulenames The names of the modules that should appear as
+ * parents in the TreeList. Look at the
* KDialogBase::addPage documentation for more info
* on this.
*
@@ -99,7 +99,7 @@ public:
* in the module appearing outside the dialog.
**/
void addModule(const KCModuleInfo& moduleinfo, TQStringList
- tqparentmodulenames = TQStringList(), bool withfallback=false);
+ parentmodulenames = TQStringList(), bool withfallback=false);
/**
* @return the current module that is being shown.