summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kicondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kicondialog.h')
-rw-r--r--tdeio/tdefile/kicondialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tdefile/kicondialog.h b/tdeio/tdefile/kicondialog.h
index 7e7501eaf..1feb75dce 100644
--- a/tdeio/tdefile/kicondialog.h
+++ b/tdeio/tdefile/kicondialog.h
@@ -34,7 +34,7 @@ class TDEIconLoader;
*/
class TDEIO_EXPORT TDEIconCanvas: public TDEIconView
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEIconCanvas(TQWidget *parent=0L, const char *name=0L);
@@ -90,7 +90,7 @@ private:
*/
class TDEIO_EXPORT TDEIconDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -256,7 +256,7 @@ private:
*/
class TDEIO_EXPORT TDEIconButton: public TQPushButton
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( TQString icon READ icon WRITE setIcon RESET resetIcon )
TQ_PROPERTY( int iconSize READ iconSize WRITE setIconSize)
TQ_PROPERTY( bool strictIconSize READ strictIconSize WRITE setStrictIconSize )