summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
Diffstat (limited to 'quanta')
-rw-r--r--quanta/components/framewizard/framewizard.cpp2
-rw-r--r--quanta/dialogs/tagdialogs/listdlg.cpp2
2 files changed, 2 insertions, 2 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 ){
diff --git a/quanta/dialogs/tagdialogs/listdlg.cpp b/quanta/dialogs/tagdialogs/listdlg.cpp
index 713ccf2c..1544b6d8 100644
--- a/quanta/dialogs/tagdialogs/listdlg.cpp
+++ b/quanta/dialogs/tagdialogs/listdlg.cpp
@@ -27,7 +27,7 @@
ListDlg::ListDlg(TQStringList &entryList,TQWidget* parent, const char *name )
:KDialogBase(parent,name), listbox(new KListBox(this))
{
- Q_CHECK_PTR(listbox);
+ TQ_CHECK_PTR(listbox);
setMainWidget(listbox);
showButtonApply(false);
enableButtonSeparator(true);