summaryrefslogtreecommitdiffstats
path: root/kooka/img_saver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kooka/img_saver.h')
-rw-r--r--kooka/img_saver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kooka/img_saver.h b/kooka/img_saver.h
index 31f6d8ab..0f9a713a 100644
--- a/kooka/img_saver.h
+++ b/kooka/img_saver.h
@@ -103,7 +103,7 @@ class FormatDialog:public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- FormatDialog( TQWidget *tqparent, const TQString&, const char * );
+ FormatDialog( TQWidget *parent, const TQString&, const char * );
TQString getFormat( ) const;
@@ -155,8 +155,8 @@ public:
* @param dir Name of the save root directory
* @param name Name of a subdirectory in the saveroot.
**/
- ImgSaver( TQWidget *tqparent, const KURL );
- ImgSaver( TQWidget *tqparent );
+ ImgSaver( TQWidget *parent, const KURL );
+ ImgSaver( TQWidget *parent );
TQString errorString( ImgSaveStat );
/**