summaryrefslogtreecommitdiffstats
path: root/doc/html/qurlinfo-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-09 23:09:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-09 23:09:59 +0900
commit83991febd2b98788a0a018e187de0dfb7d95b500 (patch)
treeec363502a3d11082cc54d17b7969f8ba605e1f01 /doc/html/qurlinfo-h.html
parent48ea22d00b58a37508567756b2955582cd9efe5a (diff)
downloadtqt3-83991febd2b98788a0a018e187de0dfb7d95b500.tar.gz
tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.zip
Remove Qt4 related stuff
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qurlinfo-h.html')
-rw-r--r--doc/html/qurlinfo-h.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/html/qurlinfo-h.html b/doc/html/qurlinfo-h.html
index c4feddfd..316ab484 100644
--- a/doc/html/qurlinfo-h.html
+++ b/doc/html/qurlinfo-h.html
@@ -80,9 +80,6 @@ body { background: #ffffff; color: black; }
#ifndef QT_H
#include "ntqdatetime.h"
#include "ntqstring.h"
-#if defined(QT_ABI_QT4)
-#include "ntqiodevice.h"
-#endif
#endif // QT_H
class TQUrlOperator;
@@ -100,18 +97,6 @@ public:
TQUrlInfo();
TQUrlInfo( const TQUrlOperator &amp;path, const TQString &amp;file );
TQUrlInfo( const TQUrlInfo &amp;ui );
-#if (TQT_VERSION-0 &gt;= 0x040000)
-#error "TQUrlInfo::TQUrlInfo() should accept TQIODevice::Offset instead of uint"
-#elif defined(QT_ABI_QT4)
- TQUrlInfo( const TQString &amp;name, int permissions, const TQString &amp;owner,
- const TQString &amp;group, TQIODevice::Offset size, const TQDateTime &amp;lastModified,
- const TQDateTime &amp;lastRead, bool isDir, bool isFile, bool isSymLink,
- bool isWritable, bool isReadable, bool isExecutable );
- TQUrlInfo( const TQUrl &amp;url, int permissions, const TQString &amp;owner,
- const TQString &amp;group, TQIODevice::Offset size, const TQDateTime &amp;lastModified,
- const TQDateTime &amp;lastRead, bool isDir, bool isFile, bool isSymLink,
- bool isWritable, bool isReadable, bool isExecutable );
-#else
TQUrlInfo( const TQString &amp;name, int permissions, const TQString &amp;owner,
const TQString &amp;group, uint size, const TQDateTime &amp;lastModified,
const TQDateTime &amp;lastRead, bool isDir, bool isFile, bool isSymLink,
@@ -120,7 +105,6 @@ public:
const TQString &amp;group, uint size, const TQDateTime &amp;lastModified,
const TQDateTime &amp;lastRead, bool isDir, bool isFile, bool isSymLink,
bool isWritable, bool isReadable, bool isExecutable );
-#endif
TQUrlInfo &amp;operator=( const TQUrlInfo &amp;ui );
virtual ~TQUrlInfo();
@@ -130,13 +114,7 @@ public:
virtual void setSymLink( bool b );
virtual void setOwner( const TQString &amp;s );
virtual void setGroup( const TQString &amp;s );
-#if (TQT_VERSION-0 &gt;= 0x040000)
-#error "TQUrlInfo::setSize() should accept TQIODevice::Offset instead of uint"
-#elif defined(QT_ABI_QT4)
- virtual void setSize( TQIODevice::Offset size );
-#else
virtual void setSize( uint size );
-#endif
virtual void setWritable( bool b );
virtual void setReadable( bool b );
virtual void setPermissions( int p );
@@ -148,13 +126,7 @@ public:
int permissions() const;
TQString owner() const;
TQString group() const;
-#if (TQT_VERSION-0 &gt;= 0x040000)
-#error "TQUrlInfo::size() should return TQIODevice::Offset instead of uint"
-#elif defined(QT_ABI_QT4)
- TQIODevice::Offset size() const;
-#else
uint size() const;
-#endif
TQDateTime lastModified() const;
TQDateTime lastRead() const;
bool isDir() const;