diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /extra/kde341/configwidget.h | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'extra/kde341/configwidget.h')
-rw-r--r-- | extra/kde341/configwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde341/configwidget.h b/extra/kde341/configwidget.h index ae76397..aeb49d8 100644 --- a/extra/kde341/configwidget.h +++ b/extra/kde341/configwidget.h @@ -30,11 +30,11 @@ namespace KRES { -class KRESOURCES_EXPORT ConfigWidget : public QWidget +class KRESOURCES_EXPORT ConfigWidget : public TQWidget { Q_OBJECT public: - ConfigWidget( QWidget *parent = 0, const char *name = 0 ); + ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); /** Sets the widget to 'edit' mode. Reimplement this method if you are |