diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:55:36 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:55:36 -0500 |
commit | 03e5e287213a5f14821cfb13dfb536d8325e6645 (patch) | |
tree | 07104bdd9dc830e31f0087fe54ed29c611b4c7c5 /kfind | |
parent | 6fb5669626c58d79beb6e9db048d2783cc2198c5 (diff) | |
download | tdebase-03e5e287213a5f14821cfb13dfb536d8325e6645.tar.gz tdebase-03e5e287213a5f14821cfb13dfb536d8325e6645.zip |
Update TQt3 property/enum macros
Diffstat (limited to 'kfind')
-rw-r--r-- | kfind/kfindpart.h | 2 |
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*/ ); |