summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_browseriface.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:55:36 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:55:36 -0500
commit03e5e287213a5f14821cfb13dfb536d8325e6645 (patch)
tree07104bdd9dc830e31f0087fe54ed29c611b4c7c5 /konqueror/konq_browseriface.h
parent6fb5669626c58d79beb6e9db048d2783cc2198c5 (diff)
downloadtdebase-03e5e287213a5f14821cfb13dfb536d8325e6645.tar.gz
tdebase-03e5e287213a5f14821cfb13dfb536d8325e6645.zip
Update TQt3 property/enum macros
Diffstat (limited to 'konqueror/konq_browseriface.h')
-rw-r--r--konqueror/konq_browseriface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_browseriface.h b/konqueror/konq_browseriface.h
index 57f2fc05b..e21d0a9ec 100644
--- a/konqueror/konq_browseriface.h
+++ b/konqueror/konq_browseriface.h
@@ -8,7 +8,7 @@ class KonqView;
class KonqBrowserInterface : public KParts::BrowserInterface
{
Q_OBJECT
- Q_PROPERTY( uint historyLength READ historyLength )
+ TQ_PROPERTY( uint historyLength READ historyLength )
public:
KonqBrowserInterface( KonqView *view, const char *name );