diff options
Diffstat (limited to 'kipi-plugins/printwizard/utils.h')
-rw-r--r-- | kipi-plugins/printwizard/utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/printwizard/utils.h b/kipi-plugins/printwizard/utils.h index 43d5fc4..bacab08 100644 --- a/kipi-plugins/printwizard/utils.h +++ b/kipi-plugins/printwizard/utils.h @@ -18,8 +18,8 @@ #ifndef UTILS_H #define UTILS_H -class QWidget; -class QStringList; +class TQWidget; +class TQStringList; namespace KIPIPrintWizardPlugin { @@ -28,8 +28,8 @@ int NINT(double n); int MIN(int a, int b); int MAX(int a, int b); -bool launchExternalApp(QStringList &args); -bool checkTempPath(QWidget *parent, QString tempPath); +bool launchExternalApp(TQStringList &args); +bool checkTempPath(TQWidget *tqparent, TQString tempPath); } // NameSpace KIPIPrintWizardPlugin |