diff options
Diffstat (limited to 'app_templates/tdeioslave')
-rwxr-xr-x | app_templates/tdeioslave/src/tdeioslave.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app_templates/tdeioslave/src/tdeioslave.py b/app_templates/tdeioslave/src/tdeioslave.py index 6fe7602..4146b82 100755 --- a/app_templates/tdeioslave/src/tdeioslave.py +++ b/app_templates/tdeioslave/src/tdeioslave.py @@ -16,7 +16,7 @@ ########################################################################### # Import the required Qt and KDE modules. -from python_tqt.qt import * +from PyTQt.qt import * from tdeio import * from tdecore import * import os, time |