(part of the original commit)
(cherry picked from commit 9da3ba75e9)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent a4ab014a44
commit 7edbc6210e

@ -951,7 +951,7 @@
<variables>
<variable access="private">int id;</variable>
<variable access="private">TQImage sample, sample_saved;</variable>
<variable access="private">QStringList strings;</variable>
<variable access="private">TQStringList strings;</variable>
<variable access="private">static SQ_ImageBCG *m_inst;</variable>
</variables>
<Q_SIGNALS>

@ -951,7 +951,7 @@
<variables>
<variable access="private">int id;</variable>
<variable access="private">TQImage sample, sample_saved;</variable>
<variable access="private">QStringList strings;</variable>
<variable access="private">TQStringList strings;</variable>
<variable access="private">static SQ_ImageBCG *m_inst;</variable>
</variables>
<Q_SIGNALS>

@ -941,7 +941,7 @@
<variables>
<variable access="private">KURL url;</variable>
<variable access="private">QWidget *kew;</variable>
<variable access="private">QPixmap ok, error;</variable>
<variable access="private">TQPixmap ok, error;</variable>
<variable access="private">KPopupMenu *menu;</variable>
<variable access="private">TQListViewItem *data;</variable>
<variable access="private">int z, exifMode;</variable>

@ -940,8 +940,8 @@
</forwards>
<variables>
<variable access="private">KURL url;</variable>
<variable access="private">QWidget *kew;</variable>
<variable access="private">QPixmap ok, error;</variable>
<variable access="private">TQWidget *kew;</variable>
<variable access="private">TQPixmap ok, error;</variable>
<variable access="private">KPopupMenu *menu;</variable>
<variable access="private">TQListViewItem *data;</variable>
<variable access="private">int z, exifMode;</variable>

Loading…
Cancel
Save