summaryrefslogtreecommitdiffstats
path: root/quanta/components
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:21:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:21:20 -0600
commit5709a9f672c19f62a6f982f0d931f716b3ceefc4 (patch)
treeee01c0615660f3f2194cc5781ec5105706ce2bdd /quanta/components
parentd1c0d0cb5514ec0895de1e09db158815bd33f1b5 (diff)
downloadtdewebdev-5709a9f672c19f62a6f982f0d931f716b3ceefc4.tar.gz
tdewebdev-5709a9f672c19f62a6f982f0d931f716b3ceefc4.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'quanta/components')
-rw-r--r--quanta/components/framewizard/framewizard.cpp2
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 ){