summaryrefslogtreecommitdiffstats
path: root/kutils/kcmultidialog.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2013-01-06 16:08:04 -0600
committerDarrell Anderson <[email protected]>2013-01-06 16:08:04 -0600
commit01e9b41e1b0412e7281e9ef5c0df586bb66d8763 (patch)
tree77d00c190b16059923089737eff1628ab4e6bd0e /kutils/kcmultidialog.h
parentf729994a55534dc59043e3c5aa223651b040a0b1 (diff)
parent5f99a2718025c4f2fbef86a450423a9c61e297f9 (diff)
downloadtdelibs-01e9b41e1b0412e7281e9ef5c0df586bb66d8763.tar.gz
tdelibs-01e9b41e1b0412e7281e9ef5c0df586bb66d8763.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kutils/kcmultidialog.h')
-rw-r--r--kutils/kcmultidialog.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/kutils/kcmultidialog.h b/kutils/kcmultidialog.h
index ab57012ad..c26836e31 100644
--- a/kutils/kcmultidialog.h
+++ b/kutils/kcmultidialog.h
@@ -118,8 +118,10 @@ public:
*
* @param withfallback Try harder to load the module. Might result
* in the module appearing outside the dialog.
+ *
+ * @param args List of arguments to pass to the module.
**/
- void addModule(const TQString& module, bool withfallback=true);
+ void addModule(const TQString& module, bool withfallback=true, TQStringList args = TQStringList());
/**
* Add a module.
@@ -135,9 +137,11 @@ public:
*
* @param withfallback Try harder to load the module. Might result
* in the module appearing outside the dialog.
+ *
+ * @param args List of arguments to pass to the module.
**/
void addModule(const KCModuleInfo& moduleinfo, TQStringList
- parentmodulenames = TQStringList(), bool withfallback=false);
+ parentmodulenames = TQStringList(), bool withfallback=false, TQStringList args = TQStringList());
/**
* Remove all modules from the dialog.