diff options
Diffstat (limited to 'chalk/core/createdcop.py')
-rwxr-xr-x | chalk/core/createdcop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py index f51b39686..cefe3fd87 100755 --- a/chalk/core/createdcop.py +++ b/chalk/core/createdcop.py @@ -26,7 +26,7 @@ dcopiface_header = """/* This file is part of the KDE project #include <dcopref.h> #include <dcopobj.h> -#include <qstring.h> +#include <tqstring.h> class %(classname)s; |