diff options
Diffstat (limited to 'digikam/libs/imageproperties/imagepropertiescolorstab.h')
-rw-r--r-- | digikam/libs/imageproperties/imagepropertiescolorstab.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/digikam/libs/imageproperties/imagepropertiescolorstab.h b/digikam/libs/imageproperties/imagepropertiescolorstab.h index 314c925b..260dc109 100644 --- a/digikam/libs/imageproperties/imagepropertiescolorstab.h +++ b/digikam/libs/imageproperties/imagepropertiescolorstab.h @@ -23,10 +23,10 @@ #ifndef IMAGEPROPERTIESCOLORSTAB_H #define IMAGEPROPERTIESCOLORSTAB_H -// Qt includes. +// TQt includes. -#include <qwidget.h> -#include <qcstring.h> +#include <tqwidget.h> +#include <tqcstring.h> // KDE includes. @@ -38,7 +38,7 @@ #include "digikam_export.h" #include "navigatebartab.h" -class QRect; +class TQRect; namespace Digikam { @@ -50,16 +50,17 @@ class ImagePropertiesColorsTabPriv; class DIGIKAM_EXPORT ImagePropertiesColorsTab : public NavigateBarTab { Q_OBJECT + TQ_OBJECT public: - ImagePropertiesColorsTab(QWidget* parent, bool navBar=true); + ImagePropertiesColorsTab(TQWidget* tqparent, bool navBar=true); ~ImagePropertiesColorsTab(); - void setData(const KURL& url=KURL(), const QRect &selectionArea = QRect(), + void setData(const KURL& url=KURL(), const TQRect &selectionArea = TQRect(), DImg *img=0); - void setSelection(const QRect &selectionArea); + void setSelection(const TQRect &selectionArea); private: |