diff options
Diffstat (limited to 'interfaces/tdescript/sample')
-rw-r--r-- | interfaces/tdescript/sample/shellscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/tdescript/sample/shellscript.h b/interfaces/tdescript/sample/shellscript.h index 2cdaf7e5a..f03e17ba3 100644 --- a/interfaces/tdescript/sample/shellscript.h +++ b/interfaces/tdescript/sample/shellscript.h @@ -26,7 +26,7 @@ //using namespace KScriptInterface; class ShellScript : public KScriptInterface { - Q_OBJECT + TQ_OBJECT public: ShellScript(KScriptClientInterface *parent, const char *name, const TQStringList &args); virtual ~ShellScript(); |