diff options
Diffstat (limited to 'kpovmodeler/pmboxedit.h')
-rw-r--r-- | kpovmodeler/pmboxedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmboxedit.h b/kpovmodeler/pmboxedit.h index 4f87ceac..7fd6fadc 100644 --- a/kpovmodeler/pmboxedit.h +++ b/kpovmodeler/pmboxedit.h @@ -40,7 +40,7 @@ public: /** * Creates a PMBoxEdit with parent and name */ - PMBoxEdit( QWidget* parent, const char* name = 0 ); + PMBoxEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); |