diff options
Diffstat (limited to 'quanta/components')
-rw-r--r-- | quanta/components/framewizard/framewizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/framewizard/framewizard.cpp b/quanta/components/framewizard/framewizard.cpp index 7a2223fe..08ee1090 100644 --- a/quanta/components/framewizard/framewizard.cpp +++ b/quanta/components/framewizard/framewizard.cpp @@ -45,7 +45,7 @@ m_hasSelected(false),m_saved(false) FrameWizard::~FrameWizard(){ #define TQT_CHECK_NULL -Q_CHECK_PTR( vfe ); +TQ_CHECK_PTR( vfe ); } void FrameWizard::catchSelectedArea(const TQString &id ){ |