summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/uploadtreefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews/uploadtreefile.h')
-rw-r--r--quanta/treeviews/uploadtreefile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/treeviews/uploadtreefile.h b/quanta/treeviews/uploadtreefile.h
index 736a3a88..c2a118fc 100644
--- a/quanta/treeviews/uploadtreefile.h
+++ b/quanta/treeviews/uploadtreefile.h
@@ -28,8 +28,8 @@ class KFileItem;
class UploadTreeFile : public KListViewItem {
public:
- UploadTreeFile( UploadTreeFolder *parent, const KURL &a_url, const KFileItem &a_fileItem);
- UploadTreeFile( TQListView *parent, const KURL &a_url, const KFileItem &a_fileItem);
+ UploadTreeFile( UploadTreeFolder *tqparent, const KURL &a_url, const KFileItem &a_fileItem);
+ UploadTreeFile( TQListView *tqparent, const KURL &a_url, const KFileItem &a_fileItem);
~UploadTreeFile();
void setWhichPixmap(const TQString& pixmap);
@@ -43,7 +43,7 @@ public:
bool confirmUpload() {return m_confirm;}
public:
- UploadTreeFolder * parentFolder;
+ UploadTreeFolder * tqparentFolder;
KURL m_url;
bool isDir;
bool m_confirm;