From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmrml/kmrml/propertywidgets.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kmrml/kmrml/propertywidgets.h') diff --git a/kmrml/kmrml/propertywidgets.h b/kmrml/kmrml/propertywidgets.h index c738d03d..def1d2ca 100644 --- a/kmrml/kmrml/propertywidgets.h +++ b/kmrml/kmrml/propertywidgets.h @@ -19,7 +19,7 @@ #ifndef PROPERTYWIDGETS_H #define PROPERTYWIDGETS_H -#include +#include #include "propertysheet.h" @@ -31,7 +31,7 @@ namespace KMrml public: IntegerWidget( const PropertySheet& sheet, - QWidget *parent = parent, const char *name = 0L ); + TQWidget *parent = parent, const char *name = 0L ); ~IntegerWidget(); int value() const; @@ -46,10 +46,10 @@ namespace KMrml public: ComboWidget( const PropertySheet& sheet, - QWidget *parent = parent, const char *name = 0L ); + TQWidget *parent = parent, const char *name = 0L ); ~ComboWidget(); - QString value() const; + TQString value() const; private: @@ -61,7 +61,7 @@ namespace KMrml public: CheckBoxWidget( const PropertySheet& sheet, - QWidget *parent = parent, const char *name = 0L ); + TQWidget *parent = parent, const char *name = 0L ); ~CheckBoxWidget(); bool value(); @@ -78,10 +78,10 @@ namespace KMrml public: LineEditWidget( const PropertySheet& sheet, - QWidget *parent = parent, const char *name = 0L ); + TQWidget *parent = parent, const char *name = 0L ); ~LineEditWidget(); - QString value(); + TQString value(); private: @@ -93,10 +93,10 @@ namespace KMrml public: ListBoxWidget( const PropertySheet& sheet, - QWidget *parent = parent, const char *name = 0L ); + TQWidget *parent = parent, const char *name = 0L ); ~ListBoxWidget(); - QStringList values(); + TQStringList values(); private: -- cgit v1.2.3