summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/fontdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/fontdialog.h')
-rw-r--r--kommander/widgets/fontdialog.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kommander/widgets/fontdialog.h b/kommander/widgets/fontdialog.h
index f7ccdf0f..46c828e2 100644
--- a/kommander/widgets/fontdialog.h
+++ b/kommander/widgets/fontdialog.h
@@ -23,11 +23,12 @@
class FontDialog : public TQLabel, public KommanderWidget
{
Q_OBJECT
- Q_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false)
- Q_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false)
- Q_PROPERTY(bool KommanderWidget READ isKommanderWidget)
+ TQ_OBJECT
+ TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false)
+ TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false)
+ TQ_PROPERTY(bool KommanderWidget READ isKommanderWidget)
public:
- FontDialog(TQWidget *parent = 0, const char *name = 0);
+ FontDialog(TQWidget *tqparent = 0, const char *name = 0);
~FontDialog();
@@ -44,6 +45,7 @@ public slots:
virtual void setWidgetText(const TQString &);
virtual void populate();
+public:
TQFont m_font;
};