summaryrefslogtreecommitdiffstats
path: root/kfind/kfindpart.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 /kfind/kfindpart.h
parent6fb5669626c58d79beb6e9db048d2783cc2198c5 (diff)
downloadtdebase-03e5e287213a5f14821cfb13dfb536d8325e6645.tar.gz
tdebase-03e5e287213a5f14821cfb13dfb536d8325e6645.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kfind/kfindpart.h')
-rw-r--r--kfind/kfindpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kfindpart.h b/kfind/kfindpart.h
index 47d75a53c..19bdb73be 100644
--- a/kfind/kfindpart.h
+++ b/kfind/kfindpart.h
@@ -42,7 +42,7 @@ class KFindPart : public KonqDirPart//KParts::ReadOnlyPart
{
friend class KFindPartBrowserExtension;
Q_OBJECT
- Q_PROPERTY( bool showsResult READ showsResult )
+ TQ_PROPERTY( bool showsResult READ showsResult )
public:
KFindPart( TQWidget * parentWidget, const char *widgetName,
TQObject *parent, const char *name, const TQStringList & /*args*/ );