diff options
Diffstat (limited to 'digikam/showfoto/setup/setupeditor.h')
-rw-r--r-- | digikam/showfoto/setup/setupeditor.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/digikam/showfoto/setup/setupeditor.h b/digikam/showfoto/setup/setupeditor.h index a98bf39d..e2c74fce 100644 --- a/digikam/showfoto/setup/setupeditor.h +++ b/digikam/showfoto/setup/setupeditor.h @@ -24,22 +24,23 @@ #ifndef SETUPEDITOR_H #define SETUPEDITOR_H -// Qt includes. +// TQt includes. -#include <qwidget.h> +#include <tqwidget.h> namespace ShowFoto { class SetupEditorPriv; -class SetupEditor : public QWidget +class SetupEditor : public TQWidget { Q_OBJECT + TQ_OBJECT public: - SetupEditor(QWidget* parent=0); + SetupEditor(TQWidget* tqparent=0); ~SetupEditor(); void applySettings(); |