summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/propertywidgets.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
commiteba47f8f0637f451e21348187591e1f1fd58ac74 (patch)
tree448f10b95c656604acc331a3236c1e59bde5c1ad /kmrml/kmrml/propertywidgets.h
parentc7e8736c69373f48b0401319757c742e8607431a (diff)
downloadtdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz
tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmrml/kmrml/propertywidgets.h')
-rw-r--r--kmrml/kmrml/propertywidgets.h18
1 files changed, 9 insertions, 9 deletions
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 <qhbox.h>
+#include <tqhbox.h>
#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: