diff options
Diffstat (limited to 'kttsd/plugins/command/commandconf.h')
-rw-r--r-- | kttsd/plugins/command/commandconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/command/commandconf.h b/kttsd/plugins/command/commandconf.h index 743e6d0..8c22717 100644 --- a/kttsd/plugins/command/commandconf.h +++ b/kttsd/plugins/command/commandconf.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Configuration for the Command Plug in ------------------- Copyright : (C) 2002,2004 by Gunnar Schmi Dt and Gary Cramblitt @@ -35,7 +35,7 @@ class CommandProc; class KProgressDialog; class CommandConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: |