diff options
Diffstat (limited to 'sip/tdeui/kfontcombo.sip')
-rw-r--r-- | sip/tdeui/kfontcombo.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/tdeui/kfontcombo.sip b/sip/tdeui/kfontcombo.sip index 7bca452..d19c5c2 100644 --- a/sip/tdeui/kfontcombo.sip +++ b/sip/tdeui/kfontcombo.sip @@ -32,11 +32,11 @@ class KFontCombo : KComboBox public: - KFontCombo (QWidget* /TransferThis/, const char* = 0); - KFontCombo (const QStringList&, QWidget* /TransferThis/, const char* = 0); - void setFonts (const QStringList&); - void setCurrentFont (const QString&); - QString currentFont () const; + KFontCombo (TQWidget* /TransferThis/, const char* = 0); + KFontCombo (const TQStringList&, TQWidget* /TransferThis/, const char* = 0); + void setFonts (const TQStringList&); + void setCurrentFont (const TQString&); + TQString currentFont () const; void setBold (bool); bool bold () const; void setItalic (bool); |