summaryrefslogtreecommitdiffstats
path: root/tdeutils/ksettings/README.dox
diff options
context:
space:
mode:
Diffstat (limited to 'tdeutils/ksettings/README.dox')
-rw-r--r--tdeutils/ksettings/README.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeutils/ksettings/README.dox b/tdeutils/ksettings/README.dox
index faedcd2d3..83a71767e 100644
--- a/tdeutils/ksettings/README.dox
+++ b/tdeutils/ksettings/README.dox
@@ -15,7 +15,7 @@ the following:
create the 'Configure MyApp' StdAction like this:
\code
-KStdAction::preferences( this, SLOT( showConfigDialog() ), actionCollection );
+KStdAction::preferences( this, TQ_SLOT( showConfigDialog() ), actionCollection );
\endcode
and the slot looks like this: