diff options
Diffstat (limited to 'kexi/widget/pixmapcollection.h')
-rw-r--r-- | kexi/widget/pixmapcollection.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/widget/pixmapcollection.h b/kexi/widget/pixmapcollection.h index 28629be1..26911fc2 100644 --- a/kexi/widget/pixmapcollection.h +++ b/kexi/widget/pixmapcollection.h @@ -42,7 +42,7 @@ typedef TQMap<TQString, TQPair<TQString, int> > PixmapMap; //! A class that store pixmaps (by path or by name for KDE icons) class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject //! A dialog to edit the contents of a PixmapCollection class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -105,7 +105,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase //! A dialog to choose an icon in a PixmapCollection class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -128,7 +128,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase //! A simple dialog to choose a KDE icon class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |