diff options
Diffstat (limited to 'sip/tdeui/kfontcombo.sip')
-rw-r--r-- | sip/tdeui/kfontcombo.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdeui/kfontcombo.sip b/sip/tdeui/kfontcombo.sip index d19c5c2..96d2865 100644 --- a/sip/tdeui/kfontcombo.sip +++ b/sip/tdeui/kfontcombo.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KFontCombo : KComboBox +class TDEFontCombo : KComboBox { %TypeHeaderCode #include <kfontcombo.h> @@ -32,8 +32,8 @@ class KFontCombo : KComboBox public: - KFontCombo (TQWidget* /TransferThis/, const char* = 0); - KFontCombo (const TQStringList&, TQWidget* /TransferThis/, const char* = 0); + TDEFontCombo (TQWidget* /TransferThis/, const char* = 0); + TDEFontCombo (const TQStringList&, TQWidget* /TransferThis/, const char* = 0); void setFonts (const TQStringList&); void setCurrentFont (const TQString&); TQString currentFont () const; @@ -63,5 +63,5 @@ protected: protected: //igx virtual void virtual_hook (int, void*); -}; // class KFontCombo +}; // class TDEFontCombo |