diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:21:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:21:20 -0600 |
commit | 5709a9f672c19f62a6f982f0d931f716b3ceefc4 (patch) | |
tree | ee01c0615660f3f2194cc5781ec5105706ce2bdd /quanta/dialogs | |
parent | d1c0d0cb5514ec0895de1e09db158815bd33f1b5 (diff) | |
download | tdewebdev-5709a9f672c19f62a6f982f0d931f716b3ceefc4.tar.gz tdewebdev-5709a9f672c19f62a6f982f0d931f716b3ceefc4.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'quanta/dialogs')
-rw-r--r-- | quanta/dialogs/tagdialogs/listdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |